json2yamlresume
    Preparing search index...

    Type Alias JSONResumeProjectItem

    type JSONResumeProjectItem = {
        description?: string;
        endDate?: string;
        highlights?: string[];
        name?: string;
        startDate?: string;
        url?: string;
    }
    Index

    Properties

    description?: string
    endDate?: string
    highlights?: string[]
    name?: string
    startDate?: string
    url?: string