UNPKG

@rnaga/wp-node

Version:

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

11 lines • 612 B
import { z } from "zod"; import type * as types from "../../types"; export declare const metaUpdate: z.ZodObject<{ meta_value: z.ZodPipe<z.ZodAny, z.ZodTransform<string, any>>; }, z.core.$strip>; export declare const metaInsert: (table: types.MetaTable) => z.ZodObject<{ [x: string]: z.ZodString | z.ZodNumber | z.ZodUnion<readonly [z.ZodNullable<z.ZodString>, z.ZodPipe<z.ZodAny, z.ZodTransform<any, any>>]>; meta_key: z.ZodString; meta_value: z.ZodUnion<readonly [z.ZodNullable<z.ZodString>, z.ZodPipe<z.ZodAny, z.ZodTransform<any, any>>]>; }, z.core.$strip>; //# sourceMappingURL=meta.d.ts.map