ListProjectResponse: {
    content: ProjectResponse[];
    foundationId: string;
    parentFolderId?: string;
    pendingResources: boolean;
    stackSpotAccountId: string;
}

Type declaration

  • content: ProjectResponse[]
  • foundationId: string
  • OptionalparentFolderId?: string
  • pendingResources: boolean
  • stackSpotAccountId: string