Torn API Client
    Preparing search index...

    Type Alias UserJobResponse

    type UserJobResponse = {
        job: UserJob | UserCompany | null;
    }
    Index

    Properties

    Properties

    job: UserJob | UserCompany | null