UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

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