feat: implementation
This commit is contained in:
7
utils/data.ts
Normal file
7
utils/data.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const responseSchema = z.object({
|
||||
text: z.string()
|
||||
});
|
||||
|
||||
export type Response = z.infer<typeof responseSchema>;
|
||||
Reference in New Issue
Block a user