UNPKG

@dasch-swiss/dsp-js

Version:
22 lines 556 B
import { StringLiteralV2 } from '../../string-literal-v2'; /** * @category Model V2 */ export declare class CreateResourceProperty { name: string; subjectType?: string; objectType: string; label: StringLiteralV2[]; comment?: StringLiteralV2[]; subPropertyOf: string[]; guiElement?: string; guiAttributes?: string[]; } /** * @category Internal */ export declare class CreateResourcePropertyPayload extends CreateResourceProperty { id: string; type: string; } //# sourceMappingURL=create-resource-property.d.ts.map