json2yamlresume
    Preparing search index...

    Type Alias JSONResumeSkillItem

    type JSONResumeSkillItem = {
        keywords?: string[];
        level?: string;
        name?: string;
    }
    Index

    Properties

    keywords?: string[]
    level?: string
    name?: string