mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
add dashboard frontend
This commit is contained in:
4
resources/js/utils/api.ts
Normal file
4
resources/js/utils/api.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { ApiOf } from '@zodios/core';
|
||||
import { api } from '../../../openapi.json.client';
|
||||
|
||||
export type SolidTimeApi = ApiOf<typeof api>;
|
||||
Reference in New Issue
Block a user