mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
add project edit modal
This commit is contained in:
@@ -33,6 +33,11 @@ export type CreateProjectBody = ZodiosBodyByAlias<
|
||||
'createProject'
|
||||
>;
|
||||
|
||||
export type UpdateProjectBody = ZodiosBodyByAlias<
|
||||
SolidTimeApi,
|
||||
'updateProject'
|
||||
>;
|
||||
|
||||
export type ProjectMemberResponse = ZodiosResponseByAlias<
|
||||
SolidTimeApi,
|
||||
'getProjectMembers'
|
||||
|
||||
Reference in New Issue
Block a user