UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

11 lines (10 loc) 243 B
import { ReadProject } from "./read-project"; /** * A response providing a collection of projects. */ export declare class ProjectsResponse { /** * The given user is part of the given project. */ projects: ReadProject[]; }