UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

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