json2yamlresume
    Preparing search index...

    Type Alias JSONResumeBasics

    type JSONResumeBasics = {
        email?: string;
        image?: string;
        label?: string;
        location?: JSONResumeLocation;
        name?: string;
        phone?: string;
        profiles?: JSONResumeProfileItem[];
        summary?: string;
        url?: string;
    }
    Index

    Properties

    email?: string
    image?: string
    label?: string
    name?: string
    phone?: string
    summary?: string
    url?: string