UNPKG

@shapediver/sdk.sdtf-v1

Version:
11 lines 549 B
import { ISdtfWriteableFileInfo } from '@shapediver/sdk.sdtf-core'; import { SdtfBaseWriteableComponent } from './SdtfBaseWriteableComponent'; export declare class SdtfWriteableFileInfo extends SdtfBaseWriteableComponent implements ISdtfWriteableFileInfo { readonly version: string; copyright?: string; generator?: string; additionalProperties: Record<string, unknown>; constructor(version: string); static clone(original: ISdtfWriteableFileInfo): ISdtfWriteableFileInfo; } //# sourceMappingURL=SdtfWriteableFileInfo.d.ts.map