UNPKG

@shapediver/sdk.sdtf-v1

Version:
9 lines 416 B
import { ISdtfBuffer } from '@shapediver/sdk.sdtf-core'; import { SdtfBasePartialComponent } from './SdtfBasePartialComponent'; export declare class SdtfPartialBuffer extends SdtfBasePartialComponent implements Partial<ISdtfBuffer> { byteLength?: number; uri?: string; additionalProperties: Record<string, unknown>; toJson(): Record<string, unknown>; } //# sourceMappingURL=SdtfPartialBuffer.d.ts.map