/** * Model: GetTeamProjects200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { Project } from '../project'; export interface GetTeamProjects200Response { /** The team's name. */ name: string; /** An array of projects. */ projects: Project[]; } //# sourceMappingURL=get-team-projects200-response.d.ts.map