UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

13 lines 424 B
import { z } from 'zod'; export declare const sendBroadcastSchema: z.ZodObject<{ broadcastId: z.ZodString; scheduledAt: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { broadcastId: string; scheduledAt?: string | undefined; }, { broadcastId: string; scheduledAt?: string | undefined; }>; export type SendBroadcastData = z.infer<typeof sendBroadcastSchema>; //# sourceMappingURL=schema.d.ts.map