UNPKG

@unkey/api

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.

12 lines 402 B
import * as z from "zod/v3"; export type Security = { rootKey?: string | undefined; }; /** @internal */ export type Security$Outbound = { rootKey?: string | undefined; }; /** @internal */ export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>; export declare function securityToJSON(security: Security): string; //# sourceMappingURL=security.d.ts.map