UNPKG

@dasch-swiss/dsp-js

Version:
16 lines 394 B
import { CreateValue } from '../values/create/create-value'; /** * @category Model V2 */ export declare class CreateResource { type: string; label: string; hasPermissions?: string; attachedToProject: string; attachedToUser?: string; creationDate?: string; properties: { [index: string]: CreateValue[]; }; } //# sourceMappingURL=create-resource.d.ts.map