UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

10 lines 315 B
import { z } from 'zod'; export declare const retrieveBroadcastSchema: z.ZodObject<{ broadcastId: z.ZodString; }, "strip", z.ZodTypeAny, { broadcastId: string; }, { broadcastId: string; }>; export type RetrieveBroadcastData = z.infer<typeof retrieveBroadcastSchema>; //# sourceMappingURL=schema.d.ts.map