@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
8 lines • 459 B
TypeScript
import { ISdtfReadableTypeHint, SdtfTypeHintName } from '@shapediver/sdk.sdtf-core';
import { SdtfBaseReadableComponent } from './SdtfBaseReadableComponent';
export declare class SdtfReadableTypeHint extends SdtfBaseReadableComponent implements ISdtfReadableTypeHint {
name: SdtfTypeHintName | string;
additionalProperties: Record<string, unknown>;
constructor(name: SdtfTypeHintName | string);
}
//# sourceMappingURL=SdtfReadableTypeHint.d.ts.map