@yamlresume/core
    Preparing search index...

    Type Alias ResumeItem

    Defines a collection of all possible "items" in a resume.

    type ResumeItem = {
        award: AwardItem;
        basics: BasicsItem;
        certificate: CertificateItem;
        education: EducationItem;
        interest: InterestItem;
        language: LanguageItem;
        location: LocationItem;
        profile: ProfileItem;
        project: ProjectItem;
        publication: PublicationItem;
        reference: ReferenceItem;
        skill: SkillItem;
        volunteer: VolunteerItem;
        work: WorkItem;
    }
    Index

    Properties

    award: AwardItem
    basics: BasicsItem
    certificate: CertificateItem
    education: EducationItem
    interest: InterestItem
    language: LanguageItem
    location: LocationItem
    profile: ProfileItem
    project: ProjectItem
    publication: PublicationItem
    reference: ReferenceItem
    skill: SkillItem
    volunteer: VolunteerItem
    work: WorkItem