/** * 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 ResourceRelationshipsMetaSchema */ export interface ResourceRelationshipsMetaSchema { /** * * @type {string} * @memberof ResourceRelationshipsMetaSchema */ count?: string; } /** * Check if a given object implements the ResourceRelationshipsMetaSchema interface. */ export declare function instanceOfResourceRelationshipsMetaSchema(value: object): value is ResourceRelationshipsMetaSchema; export declare function ResourceRelationshipsMetaSchemaFromJSON(json: any): ResourceRelationshipsMetaSchema; export declare function ResourceRelationshipsMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResourceRelationshipsMetaSchema; export declare function ResourceRelationshipsMetaSchemaToJSON(json: any): ResourceRelationshipsMetaSchema; export declare function ResourceRelationshipsMetaSchemaToJSONTyped(value?: ResourceRelationshipsMetaSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ResourceRelationshipsMetaSchema.d.ts.map