UNPKG

@stadiamaps/api

Version:
51 lines 1.42 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. */ /** * * @export * @interface EdgeSign */ export interface EdgeSign { /** * * @type {Array<string>} * @memberof EdgeSign */ exitNumber?: Array<string>; /** * * @type {Array<string>} * @memberof EdgeSign */ exitBranch?: Array<string>; /** * * @type {Array<string>} * @memberof EdgeSign */ exitToward?: Array<string>; /** * * @type {Array<string>} * @memberof EdgeSign */ exitName?: Array<string>; } /** * Check if a given object implements the EdgeSign interface. */ export declare function instanceOfEdgeSign(value: object): value is EdgeSign; export declare function EdgeSignFromJSON(json: any): EdgeSign; export declare function EdgeSignFromJSONTyped(json: any, ignoreDiscriminator: boolean): EdgeSign; export declare function EdgeSignToJSON(json: any): EdgeSign; export declare function EdgeSignToJSONTyped(value?: EdgeSign | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EdgeSign.d.ts.map