json2yamlresume
    Preparing search index...

    Type Alias JSONResumePublicationItem

    type JSONResumePublicationItem = {
        name?: string;
        publisher?: string;
        releaseDate?: string;
        summary?: string;
        url?: string;
    }
    Index

    Properties

    name?: string
    publisher?: string
    releaseDate?: string
    summary?: string
    url?: string