interface ProjectsGetResponse {
    count: number;
    projects: ProjectDetail[];
}

Properties

Properties

count: number
projects: ProjectDetail[]