UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

5 lines 409 B
import { z } from 'zod'; /** Schema for selectedSecuritySchemeUids */ export declare const selectedSecuritySchemeUidSchema: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodBranded<z.ZodString, "securityScheme">, z.ZodArray<z.ZodBranded<z.ZodString, "securityScheme">, "many">]>, "many">>; export type SelectedSecuritySchemeUids = z.infer<typeof selectedSecuritySchemeUidSchema>; //# sourceMappingURL=utility.d.ts.map