/** * 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. */ /** * The sending side, for the header. logoUrl absent in v1. * @export * @interface DocumentAttributesSchemaOrganization */ export interface DocumentAttributesSchemaOrganization { /** * * @type {string} * @memberof DocumentAttributesSchemaOrganization */ name?: string; } /** * Check if a given object implements the DocumentAttributesSchemaOrganization interface. */ export declare function instanceOfDocumentAttributesSchemaOrganization(value: object): value is DocumentAttributesSchemaOrganization; export declare function DocumentAttributesSchemaOrganizationFromJSON(json: any): DocumentAttributesSchemaOrganization; export declare function DocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentAttributesSchemaOrganization; export declare function DocumentAttributesSchemaOrganizationToJSON(json: any): DocumentAttributesSchemaOrganization; export declare function DocumentAttributesSchemaOrganizationToJSONTyped(value?: DocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DocumentAttributesSchemaOrganization.d.ts.map