/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.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 ResourceLinksSchema */ export interface ResourceLinksSchema { /** * * @type {string} * @memberof ResourceLinksSchema */ self?: string; } /** * Check if a given object implements the ResourceLinksSchema interface. */ export declare function instanceOfResourceLinksSchema(value: object): value is ResourceLinksSchema; export declare function ResourceLinksSchemaFromJSON(json: any): ResourceLinksSchema; export declare function ResourceLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResourceLinksSchema; export declare function ResourceLinksSchemaToJSON(json: any): ResourceLinksSchema; export declare function ResourceLinksSchemaToJSONTyped(value?: ResourceLinksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ResourceLinksSchema.d.ts.map