@situm/react-native
    Preparing search index...

    Interface LocationStatus

    Represents the status of a location, including a name and a numeric code.

    interface LocationStatus {
        statusCode: number;
        statusName: LocationStatusName;
    }
    Index

    Properties

    statusCode: number

    The numeric code representing the location status

    statusName: LocationStatusName

    The name of the location status