@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
39 lines • 1.33 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
* @interface FoursquareAddendum
*/
export interface FoursquareAddendum {
/**
*
* @type {string}
* @memberof FoursquareAddendum
*/
tel?: string | null;
/**
*
* @type {string}
* @memberof FoursquareAddendum
*/
website?: string | null;
}
/**
* Check if a given object implements the FoursquareAddendum interface.
*/
export declare function instanceOfFoursquareAddendum(value: object): value is FoursquareAddendum;
export declare function FoursquareAddendumFromJSON(json: any): FoursquareAddendum;
export declare function FoursquareAddendumFromJSONTyped(json: any, ignoreDiscriminator: boolean): FoursquareAddendum;
export declare function FoursquareAddendumToJSON(json: any): FoursquareAddendum;
export declare function FoursquareAddendumToJSONTyped(value?: FoursquareAddendum | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=FoursquareAddendum.d.ts.map