@joblist/components - v0.3.4
    Preparing search index...

    Interface RecruiteeLocation

    interface RecruiteeLocation {
        country: string;
        id: number;
        name: string;
        postal_code: string;
        state: string;
    }
    Index

    Properties

    country: string

    Country name

    id: number

    Location ID

    name: string

    Location name

    postal_code: string

    Postal code

    state: string

    State/region