@shapediver/sdk.sdtf-core
Version:
Base implementation for all sdTF TypeScript SDKs
5 lines • 329 B
TypeScript
import { ISdtfFileInfo } from '../../structure/components/ISdtfFileInfo';
import { ISdtfBaseReadableComponent, SdtfReadableBase } from './ISdtfBaseReadableComponent';
export interface ISdtfReadableFileInfo extends ISdtfBaseReadableComponent, SdtfReadableBase<ISdtfFileInfo> {
}
//# sourceMappingURL=ISdtfReadableFileInfo.d.ts.map