mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
add exporter in frontend, fixes ST-382
This commit is contained in:
committed by
Constantin Graf
parent
9a8945b0dc
commit
6dd9d5bab0
@@ -134,6 +134,11 @@ export type MyMemberships = ZodiosResponseByAlias<
|
||||
|
||||
export type MyMembership = MyMemberships[0];
|
||||
|
||||
export type OrganizationExportResponse = ZodiosResponseByAlias<
|
||||
SolidTimeApi,
|
||||
'exportOrganization'
|
||||
>;
|
||||
|
||||
const api = createApiClient('/api', { validate: 'none' });
|
||||
|
||||
export { createApiClient, api };
|
||||
|
||||
Reference in New Issue
Block a user