/** * 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 { ResourceLinksSchema } from './ResourceLinksSchema'; import type { ApikeyRelationshipsSchema } from './ApikeyRelationshipsSchema'; /** * * @export * @interface ListUserApikeysRelationship */ export interface ListUserApikeysRelationship { /** * List of resource linkage identifiers * @type {Array} * @memberof ListUserApikeysRelationship */ data?: Array; /** * * @type {ResourceLinksSchema} * @memberof ListUserApikeysRelationship */ links?: ResourceLinksSchema; /** * * @type {{ [key: string]: any; }} * @memberof ListUserApikeysRelationship */ meta?: { [key: string]: any; }; } /** * Check if a given object implements the ListUserApikeysRelationship interface. */ export declare function instanceOfListUserApikeysRelationship(value: object): value is ListUserApikeysRelationship; export declare function ListUserApikeysRelationshipFromJSON(json: any): ListUserApikeysRelationship; export declare function ListUserApikeysRelationshipFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListUserApikeysRelationship; export declare function ListUserApikeysRelationshipToJSON(json: any): ListUserApikeysRelationship; export declare function ListUserApikeysRelationshipToJSONTyped(value?: ListUserApikeysRelationship | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ListUserApikeysRelationship.d.ts.map