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 | userId: string; |
| #4 | type: "assignment" | "mention" | "sprint_started" | "issue_updated"; |
| #5 | title: string; |
| #6 | message: string; |
| #7 | read: boolean; |
| #8 | issueId?: string; |
| #9 | createdAt: string; |
| #10 | } |
| #11 |