@letanure/resend-cli
Version:
A command-line interface for Resend email API
13 lines • 401 B
TypeScript
import { z } from 'zod';
export declare const UpdateEmailOptionsSchema: z.ZodObject<{
id: z.ZodString;
scheduledAt: z.ZodEffects<z.ZodString, string, string>;
}, "strip", z.ZodTypeAny, {
id: string;
scheduledAt: string;
}, {
id: string;
scheduledAt: string;
}>;
export type UpdateEmailOptionsType = z.infer<typeof UpdateEmailOptionsSchema>;
//# sourceMappingURL=schema.d.ts.map