UNPKG

@shapediver/sdk.sdtf-v1

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