UNPKG

@shapediver/sdk.sdtf-v1

Version:
8 lines 421 B
import { ISdtfIntegration, ISdtfReadableContentComponent } from '@shapediver/sdk.sdtf-core'; import { ISdtfDataParser } from './ISdtfDataParser'; export declare class SdtfDataParser implements ISdtfDataParser { private readonly integrations; constructor(integrations: ISdtfIntegration[]); parseContent(component: ISdtfReadableContentComponent): Promise<unknown>; } //# sourceMappingURL=SdtfDataParser.d.ts.map