/** * 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 { ApikeyRelationshipsUsersDataSchema } from './ApikeyRelationshipsUsersDataSchema'; /** * * @export * @interface ApikeyRelationshipsUsersSchema */ export interface ApikeyRelationshipsUsersSchema { /** * Exactly one entry: the key authenticates AS this single user. Kept as an array (maxItems 1) for wire compatibility - decision 2026-08-14, PLAN_RELATIONSHIP_CONTRACT.md. * @type {Array} * @memberof ApikeyRelationshipsUsersSchema */ data?: Array; } /** * Check if a given object implements the ApikeyRelationshipsUsersSchema interface. */ export declare function instanceOfApikeyRelationshipsUsersSchema(value: object): value is ApikeyRelationshipsUsersSchema; export declare function ApikeyRelationshipsUsersSchemaFromJSON(json: any): ApikeyRelationshipsUsersSchema; export declare function ApikeyRelationshipsUsersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApikeyRelationshipsUsersSchema; export declare function ApikeyRelationshipsUsersSchemaToJSON(json: any): ApikeyRelationshipsUsersSchema; export declare function ApikeyRelationshipsUsersSchemaToJSONTyped(value?: ApikeyRelationshipsUsersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ApikeyRelationshipsUsersSchema.d.ts.map