mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-14 14:52:06 +00:00
6 lines
No EOL
106 B
TypeScript
6 lines
No EOL
106 B
TypeScript
import { z } from "zod";
|
|
|
|
export const DeleteList = z.object({
|
|
id: z.string(),
|
|
boardId: z.string(),
|
|
}) |