UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

11 lines (10 loc) 212 B
import { Project } from "./project"; /** * Represents a project that uses Knora. */ export declare class StoredProject extends Project { /** * The ID of the enclosing object. */ id: string; }