UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

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