UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

9 lines (8 loc) 166 B
/** * @category Internal */ export declare abstract class EntityDefinition { abstract id: string; abstract comment?: string; abstract label?: string; }