UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

7 lines (6 loc) 204 B
import { z } from 'zod'; export declare const rsaKeysSchema: z.ZodObject<{ publicKey: z.ZodString; privateKey: z.ZodString; }, z.core.$strip>; export type RSAKeys = z.infer<typeof rsaKeysSchema>;