json2yamlresume
    Preparing search index...

    Type Alias JSONResumeEducationItem

    type JSONResumeEducationItem = {
        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