mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
add manual time entry feature
This commit is contained in:
@@ -22,6 +22,11 @@ export type TimeEntryResponse = ZodiosResponseByAlias<
|
||||
>;
|
||||
export type TimeEntry = TimeEntryResponse['data'][0];
|
||||
|
||||
export type CreateTimeEntryBody = ZodiosBodyByAlias<
|
||||
SolidTimeApi,
|
||||
'createTimeEntry'
|
||||
>;
|
||||
|
||||
export type ProjectResponse = ZodiosResponseByAlias<
|
||||
SolidTimeApi,
|
||||
'getProjects'
|
||||
|
||||
Reference in New Issue
Block a user