UNPKG

@rnaga/wp-node

Version:

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

11 lines • 358 B
import { z } from "zod"; export declare const applicationPassword: z.ZodObject<{ uuid: z.ZodString; app_id: z.ZodString; name: z.ZodString; password: z.ZodString; created: z.ZodNumber; last_used: z.ZodNullable<z.ZodNumber>; last_ip: z.ZodNullable<z.ZodString>; }, z.core.$strip>; //# sourceMappingURL=application-password.d.ts.map