UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

13 lines (12 loc) 271 B
import { ReadProject } from "./read-project"; /** * A response providing a collection of projects. * * @category Model Admin */ export declare class ProjectsResponse { /** * The given user is part of the given project. */ projects: ReadProject[]; }