UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

10 lines • 339 B
import { z } from "zod"; export declare const role: z.ZodObject<{ name: z.ZodString; capabilities: z.ZodArray<z.ZodString>; }, z.core.$strip>; export declare const roles: z.ZodRecord<z.ZodString, z.ZodObject<{ name: z.ZodString; capabilities: z.ZodArray<z.ZodString>; }, z.core.$strip>>; //# sourceMappingURL=roles.d.ts.map