import { z } from 'zod';
export const SetupIntentRequestSchema = z.object({});
export type SetupIntentRequest = z.infer<typeof SetupIntentRequestSchema>;
