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

    Interface SmartRecruitersJobLocation

    interface SmartRecruitersJobLocation {
        city: string;
        country: string;
        fullLocation: string;
        latitude: string;
        longitude: string;
        region: string;
        remote: boolean;
    }
    Index

    Properties

    city: string

    City name

    country: string

    Country code

    fullLocation: string

    Full formatted location string

    latitude: string

    Location latitude

    longitude: string

    Location longitude

    region: string

    Region code

    remote: boolean

    Whether job is remote