@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
39 lines • 1.14 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.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 Warning
*/
export interface Warning {
/**
*
* @type {string}
* @memberof Warning
*/
text?: string;
/**
*
* @type {number}
* @memberof Warning
*/
code?: number;
}
/**
* Check if a given object implements the Warning interface.
*/
export declare function instanceOfWarning(value: object): value is Warning;
export declare function WarningFromJSON(json: any): Warning;
export declare function WarningFromJSONTyped(json: any, ignoreDiscriminator: boolean): Warning;
export declare function WarningToJSON(json: any): Warning;
export declare function WarningToJSONTyped(value?: Warning | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=Warning.d.ts.map