@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
16 lines • 394 B
TypeScript
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