UNPKG

@shapediver/sdk.sdtf-v1

Version:
13 lines 535 B
import { ISdtfBufferView } from '@shapediver/sdk.sdtf-core'; import { SdtfBasePartialComponent } from './SdtfBasePartialComponent'; export declare class SdtfPartialBufferView extends SdtfBasePartialComponent implements Partial<ISdtfBufferView> { buffer?: number; byteLength?: number; byteOffset?: number; contentEncoding?: string; contentType?: string; name?: string; additionalProperties: Record<string, unknown>; toJson(): Record<string, unknown>; } //# sourceMappingURL=SdtfPartialBufferView.d.ts.map