json2yamlresume
    Preparing search index...

    Type Alias JSONResumeLocation

    type JSONResumeLocation = {
        address?: string;
        city?: string;
        countryCode?: string;
        postalCode?: string;
        region?: string;
    }
    Index

    Properties

    address?: string
    city?: string
    countryCode?: string
    postalCode?: string
    region?: string