add project edit modal

This commit is contained in:
Gregor Vostrak
2024-04-20 01:09:23 +02:00
parent f14d83cd19
commit 0650480246
6 changed files with 172 additions and 5 deletions

View File

@@ -33,6 +33,11 @@ export type CreateProjectBody = ZodiosBodyByAlias<
'createProject'
>;
export type UpdateProjectBody = ZodiosBodyByAlias<
SolidTimeApi,
'updateProject'
>;
export type ProjectMemberResponse = ZodiosResponseByAlias<
SolidTimeApi,
'getProjectMembers'