Variable: posStringOrNumberSchema
ts
const posStringOrNumberSchema: ZodUnion<readonly [ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>, ZodNumber]>;Defined in: models/posStringOrNumber.ts:4