/** * 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 SubmissionRelationshipsFormsSchemaDataInner */ export interface SubmissionRelationshipsFormsSchemaDataInner { /** * * @type {string} * @memberof SubmissionRelationshipsFormsSchemaDataInner */ type?: string; /** * * @type {string} * @memberof SubmissionRelationshipsFormsSchemaDataInner */ id?: string; } /** * Check if a given object implements the SubmissionRelationshipsFormsSchemaDataInner interface. */ export declare function instanceOfSubmissionRelationshipsFormsSchemaDataInner(value: object): value is SubmissionRelationshipsFormsSchemaDataInner; export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner; export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsFormsSchemaDataInner; export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner; export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsFormsSchemaDataInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmissionRelationshipsFormsSchemaDataInner.d.ts.map