json2yamlresume
    Preparing search index...

    Type Alias JSONResumeAwardItem

    TypeScript interfaces for JSON Resume schema Based on https://jsonresume.org/schema/

    type JSONResumeAwardItem = {
        awarder?: string;
        date?: string;
        summary?: string;
        title?: string;
    }
    Index

    Properties

    awarder?: string
    date?: string
    summary?: string
    title?: string