@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
27 lines • 1.06 kB
TypeScript
/**
* 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.1.2
* 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.
*/
/**
*
* @export
*/
export declare const MatchType: {
readonly Match: "match";
readonly Interpolated: "interpolated";
readonly Fallback: "fallback";
};
export type MatchType = (typeof MatchType)[keyof typeof MatchType];
export declare function instanceOfMatchType(value: any): boolean;
export declare function MatchTypeFromJSON(json: any): MatchType;
export declare function MatchTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): MatchType;
export declare function MatchTypeToJSON(value?: MatchType | null): any;
export declare function MatchTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): MatchType;
//# sourceMappingURL=MatchType.d.ts.map