/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * 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 DocumentMetadataBlockAttributesDocumentDocumentType */ export interface DocumentMetadataBlockAttributesDocumentDocumentType { } /** * Check if a given object implements the DocumentMetadataBlockAttributesDocumentDocumentType interface. */ export declare function instanceOfDocumentMetadataBlockAttributesDocumentDocumentType(value: object): value is DocumentMetadataBlockAttributesDocumentDocumentType; export declare function DocumentMetadataBlockAttributesDocumentDocumentTypeFromJSON(json: any): DocumentMetadataBlockAttributesDocumentDocumentType; export declare function DocumentMetadataBlockAttributesDocumentDocumentTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentMetadataBlockAttributesDocumentDocumentType; export declare function DocumentMetadataBlockAttributesDocumentDocumentTypeToJSON(json: any): DocumentMetadataBlockAttributesDocumentDocumentType; export declare function DocumentMetadataBlockAttributesDocumentDocumentTypeToJSONTyped(value?: DocumentMetadataBlockAttributesDocumentDocumentType | null, ignoreDiscriminator?: boolean): any;