/** * 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 { SubmissionRelationshipsFormsSchemaDataInner } from './SubmissionRelationshipsFormsSchemaDataInner'; /** * * @export * @interface SubmissionRelationshipsFormsSchema */ export interface SubmissionRelationshipsFormsSchema { /** * * @type {Array} * @memberof SubmissionRelationshipsFormsSchema */ data?: Array; } /** * Check if a given object implements the SubmissionRelationshipsFormsSchema interface. */ export declare function instanceOfSubmissionRelationshipsFormsSchema(value: object): value is SubmissionRelationshipsFormsSchema; export declare function SubmissionRelationshipsFormsSchemaFromJSON(json: any): SubmissionRelationshipsFormsSchema; export declare function SubmissionRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsFormsSchema; export declare function SubmissionRelationshipsFormsSchemaToJSON(json: any): SubmissionRelationshipsFormsSchema; export declare function SubmissionRelationshipsFormsSchemaToJSONTyped(value?: SubmissionRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmissionRelationshipsFormsSchema.d.ts.map