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