UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

10 lines (9 loc) 160 B
/** * @category Model V2 */ export declare class CreateOntology { label: string; comment?: string; attachedToProject: string; name: string; }