GetArchivedProjectsResponse
type GetArchivedProjectsResponse = {
nextCursor: string | null;
results: (
| PersonalProject
| WorkspaceProject)[];
};
Response from retrieving archived projects.
See
Properties
nextCursor
nextCursor: string | null;
results
results: (
| PersonalProject
| WorkspaceProject)[];