MobX Lark
    Preparing search index...

    Interface ResumeCareer

    interface ResumeCareer {
        company: string;
        end_date: string;
        end_time: string;
        job_description: string;
        start_date: string;
        start_time: string;
        title: string;
        type: CareerType;
        type_str: string;
    }

    Hierarchy (View Summary)

    • ResumePeriod
    • Record<"company" | "title" | "type_str" | "job_description", string>
      • ResumeCareer
    Index

    Properties

    company: string
    end_date: string
    end_time: string
    job_description: string
    start_date: string
    start_time: string
    title: string
    type_str: string