json2yamlresume
    Preparing search index...

    Type Alias JSONResumeInterestItem

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

    Properties

    Properties

    keywords?: string[]
    name?: string