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 |
| #3 | export interface Sprint { |
| #4 | id: string; |
| #5 | projectId: string; |
| #6 | name: string; |
| #7 | description: string; |
| #8 | startDate: string; |
| #9 | endDate: string; |
| #10 | status: SprintStatus; |
| #11 | } |
| #12 |