/** * 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 GuestDocumentAttributesSchemaOrganization */ export interface GuestDocumentAttributesSchemaOrganization { /** * * @type {string} * @memberof GuestDocumentAttributesSchemaOrganization */ name?: string; } /** * Check if a given object implements the GuestDocumentAttributesSchemaOrganization interface. */ export declare function instanceOfGuestDocumentAttributesSchemaOrganization(value: object): value is GuestDocumentAttributesSchemaOrganization; export declare function GuestDocumentAttributesSchemaOrganizationFromJSON(json: any): GuestDocumentAttributesSchemaOrganization; export declare function GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaOrganization; export declare function GuestDocumentAttributesSchemaOrganizationToJSON(json: any): GuestDocumentAttributesSchemaOrganization; export declare function GuestDocumentAttributesSchemaOrganizationToJSONTyped(value?: GuestDocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GuestDocumentAttributesSchemaOrganization.d.ts.map