Interface LocationRepositoryInfoResponseRootObject

interface LocationRepositoryInfoResponseRootObject {
    location: LocationRepositoryInfoResponseLocation;
    status: string;
}

Hierarchy (view full)

Properties

Properties

status: string