@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
13 lines • 318 B
TypeScript
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[];
}
//# sourceMappingURL=projects-response.d.ts.map