mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-07-02 00:36:00 +00:00
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
import { z } from 'zod';
|
|
|
|
export const StripeRedirect = z.object({});
|