mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Copy Board Feature
This commit is contained in:
parent
b15a0fbac5
commit
993552226b
8 changed files with 125 additions and 17 deletions
5
actions/copy-board/schema.ts
Normal file
5
actions/copy-board/schema.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { z } from 'zod';
|
||||
|
||||
export const CopyBoard = z.object({
|
||||
id: z.string(),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue