mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
add import types and description from the server, add report data modal
This commit is contained in:
@@ -68,3 +68,9 @@ export type MemberIndexResponse = ZodiosResponseByAlias<
|
||||
export type Member = MemberIndexResponse['data'][0];
|
||||
|
||||
export type CreateTagBody = ZodiosBodyByAlias<SolidTimeApi, 'createTag'>;
|
||||
|
||||
export type ImportType = ZodiosResponseByAlias<
|
||||
SolidTimeApi,
|
||||
'getImporters'
|
||||
>['data'][0];
|
||||
export type ImportReport = ZodiosResponseByAlias<SolidTimeApi, 'importData'>;
|
||||
|
||||
Reference in New Issue
Block a user