yaml-resume API
    Preparing search index...

    Interface ResumeEducation

    interface ResumeEducation {
        area?: string;
        courses?: string[];
        endDate?: string;
        institution?: string;
        score?: string;
        startDate?: string;
        studyType?: string;
        url?: string;
    }
    Index

    Properties

    area?: string
    courses?: string[]
    endDate?: string
    institution?: string
    score?: string
    startDate?: string
    studyType?: string
    url?: string