UNPKG

@shapediver/sdk.sdtf-v1

Version:
13 lines 603 B
import { ISdtfAttribute, ISdtfAttributes } from '@shapediver/sdk.sdtf-core'; import { SdtfBasePartialComponent } from './SdtfBasePartialComponent'; export declare class SdtfPartialAttributes extends SdtfBasePartialComponent implements ISdtfAttributes { entries: Record<string, ISdtfAttribute>; toJson(): Record<string, unknown>; } export declare class SdtfAttribute extends SdtfBasePartialComponent implements Partial<ISdtfAttribute> { accessor?: number; typeHint?: number; value?: unknown; toJson(): Record<string, unknown>; } //# sourceMappingURL=SdtfPartialAttributes.d.ts.map