/** * 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 SubmissionAttributesSchemaConsent */ export interface SubmissionAttributesSchemaConsent { /** * * @type {boolean} * @memberof SubmissionAttributesSchemaConsent */ current?: boolean; /** * * @type {boolean} * @memberof SubmissionAttributesSchemaConsent */ future?: boolean; } /** * Check if a given object implements the SubmissionAttributesSchemaConsent interface. */ export declare function instanceOfSubmissionAttributesSchemaConsent(value: object): value is SubmissionAttributesSchemaConsent; export declare function SubmissionAttributesSchemaConsentFromJSON(json: any): SubmissionAttributesSchemaConsent; export declare function SubmissionAttributesSchemaConsentFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionAttributesSchemaConsent; export declare function SubmissionAttributesSchemaConsentToJSON(json: any): SubmissionAttributesSchemaConsent; export declare function SubmissionAttributesSchemaConsentToJSONTyped(value?: SubmissionAttributesSchemaConsent | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmissionAttributesSchemaConsent.d.ts.map