9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
/**
|
|
* Interface of the server (auto-generated code)
|
|
*/
|
|
import { z as zod } from "zod";
|
|
|
|
|
|
export const ZodLong = zod.number();
|
|
export type Long = zod.infer<typeof ZodLong>;
|