UNPKG

@stadiamaps/api

Version:
45 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.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 SourceAttribution */ export interface SourceAttribution { /** * * @type {string} * @memberof SourceAttribution */ fixitUrl?: string | null; /** * * @type {string} * @memberof SourceAttribution */ source: string; /** * * @type {string} * @memberof SourceAttribution */ sourceId: string; } /** * Check if a given object implements the SourceAttribution interface. */ export declare function instanceOfSourceAttribution(value: object): value is SourceAttribution; export declare function SourceAttributionFromJSON(json: any): SourceAttribution; export declare function SourceAttributionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SourceAttribution; export declare function SourceAttributionToJSON(json: any): SourceAttribution; export declare function SourceAttributionToJSONTyped(value?: SourceAttribution | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SourceAttribution.d.ts.map