repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Projectflow
stars
latest
clone command
git clone gitlawb://did:key:z6Mkfh4Y...QBEi/projectflowgit clone gitlawb://did:key:z6Mkfh4Y.../projectflowb3cded1async from playground1d ago| #2 | id: string; |
| #3 | name: string; |
| #4 | color: string; |
| #5 | } |
| #6 |
| #7 | export interface Project { |
| #8 | id: string; |
| #9 | workspaceId: string; |
| #10 | name: string; |
| #11 | description: string; |
| #12 | emoji: string; |
| #13 | color: string; |
| #14 | visibility: "public" | "private"; |
| #15 | labels: Label[]; |
| #16 | } |
| #17 |