/** * 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 ApikeyRelationshipsUsersDataSchema */ export interface ApikeyRelationshipsUsersDataSchema { /** * * @type {string} * @memberof ApikeyRelationshipsUsersDataSchema */ type?: string; /** * * @type {string} * @memberof ApikeyRelationshipsUsersDataSchema */ id?: string; } /** * Check if a given object implements the ApikeyRelationshipsUsersDataSchema interface. */ export declare function instanceOfApikeyRelationshipsUsersDataSchema(value: object): value is ApikeyRelationshipsUsersDataSchema; export declare function ApikeyRelationshipsUsersDataSchemaFromJSON(json: any): ApikeyRelationshipsUsersDataSchema; export declare function ApikeyRelationshipsUsersDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApikeyRelationshipsUsersDataSchema; export declare function ApikeyRelationshipsUsersDataSchemaToJSON(json: any): ApikeyRelationshipsUsersDataSchema; export declare function ApikeyRelationshipsUsersDataSchemaToJSONTyped(value?: ApikeyRelationshipsUsersDataSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ApikeyRelationshipsUsersDataSchema.d.ts.map