mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 00:32:15 +01:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import type { ApiOf } from '@zodios/core';
|
|
import { api } from '../../../openapi.json.client';
|
|
|
|
export type SolidTimeApi = ApiOf<typeof api>;
|