4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
import { z } from "zod";
|
|
|
|
export const ListCustomersSchema = z.object({});
|