Torn API Client
    Preparing search index...

    Type Alias UserJobPointsResponse

    type UserJobPointsResponse = {
        jobpoints: {
            companies: UserCompanyPoints[];
            jobs: {
                army: number;
                casino: number;
                education: number;
                grocer: number;
                law: number;
                medical: number;
            };
        };
    }
    Index

    Properties

    Properties

    jobpoints: {
        companies: UserCompanyPoints[];
        jobs: {
            army: number;
            casino: number;
            education: number;
            grocer: number;
            law: number;
            medical: number;
        };
    }