UNPKG

@stadiamaps/api

Version:
27 lines 1.17 kB
/** * Stadia Maps Geospatial APIs * The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. * * The version of the OpenAPI document: 10.0.1 * Contact: support@stadiamaps.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The directions in which the edge is traversable. * @export */ export declare const Traversability: { readonly Forward: "forward"; readonly Backward: "backward"; readonly Both: "both"; }; export type Traversability = (typeof Traversability)[keyof typeof Traversability]; export declare function instanceOfTraversability(value: any): boolean; export declare function TraversabilityFromJSON(json: any): Traversability; export declare function TraversabilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): Traversability; export declare function TraversabilityToJSON(value?: Traversability | null): any; export declare function TraversabilityToJSONTyped(value: any, ignoreDiscriminator: boolean): Traversability; //# sourceMappingURL=Traversability.d.ts.map