@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
8 lines • 421 B
TypeScript
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