We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e73abb commit af1f3a1Copy full SHA for af1f3a1
1 file changed
types/project.ts
@@ -11,7 +11,6 @@ export interface Project {
11
status: string;
12
createdAt: string;
13
updatedAt: string;
14
- // Owner information for filtering
15
owner?: string | null;
16
ownerName?: string;
17
ownerUsername?: string;
0 commit comments