UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

9 lines (8 loc) 261 B
import { ClassDefinition, IHasProperty } from "./class-definition"; export declare class StandoffClassDefinition extends ClassDefinition { id: string; subClassOf: string[]; comment?: string; label?: string; propertiesList: IHasProperty[]; }