/** * 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. */ import type { RoleRelationshipsUsersDataSchema } from './RoleRelationshipsUsersDataSchema'; /** * * @export * @interface RoleRelationshipsUsersSchema */ export interface RoleRelationshipsUsersSchema { /** * * @type {Array} * @memberof RoleRelationshipsUsersSchema */ data?: Array; } /** * Check if a given object implements the RoleRelationshipsUsersSchema interface. */ export declare function instanceOfRoleRelationshipsUsersSchema(value: object): value is RoleRelationshipsUsersSchema; export declare function RoleRelationshipsUsersSchemaFromJSON(json: any): RoleRelationshipsUsersSchema; export declare function RoleRelationshipsUsersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RoleRelationshipsUsersSchema; export declare function RoleRelationshipsUsersSchemaToJSON(json: any): RoleRelationshipsUsersSchema; export declare function RoleRelationshipsUsersSchemaToJSONTyped(value?: RoleRelationshipsUsersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RoleRelationshipsUsersSchema.d.ts.map