mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
add update member billable rate , fixes ST-241
This commit is contained in:
@@ -86,6 +86,8 @@ export type MemberIndexResponse = ZodiosResponseByAlias<
|
||||
>;
|
||||
export type Member = MemberIndexResponse['data'][0];
|
||||
|
||||
export type UpdateMemberBody = ZodiosBodyByAlias<SolidTimeApi, 'updateMember'>;
|
||||
|
||||
export type CreateTagBody = ZodiosBodyByAlias<SolidTimeApi, 'createTag'>;
|
||||
|
||||
export type ImportType = ZodiosResponseByAlias<
|
||||
|
||||
Reference in New Issue
Block a user