Skip to content

Variable: posStringOrNumberSchema

ts
const posStringOrNumberSchema: ZodUnion<readonly [ZodEnum<{
  bottom: "bottom";
  top: "top";
}>, ZodNumber]>;

Defined in: models/posStringOrNumber.ts:3