mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Formated Files
This commit is contained in:
parent
d5631b309a
commit
e768d9181f
138 changed files with 1829 additions and 1851 deletions
|
@ -1,9 +1,9 @@
|
|||
import { z } from "zod";
|
||||
import { Card } from "@prisma/client";
|
||||
import { z } from 'zod';
|
||||
import { Card } from '@prisma/client';
|
||||
|
||||
import { ActionState } from "@/lib/create-safe-action";
|
||||
import { ActionState } from '@/lib/create-safe-action';
|
||||
|
||||
import { CreateCard } from "./schema";
|
||||
import { CreateCard } from './schema';
|
||||
|
||||
export type InputType = z.infer<typeof CreateCard>;
|
||||
export type ReturnType = ActionState<InputType, Card>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue