UNPKG

@rnaga/wp-node

Version:

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

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