Torn API Client
    Preparing search index...

    Type Alias UserEducation

    type UserEducation = {
        complete: EducationId[];
        current: UserCurrentEducation | unknown;
    }
    Index

    Properties

    Properties

    complete: EducationId[]
    current: UserCurrentEducation | unknown