Skip to content

Variable: GetLabelSchema

ts
const GetLabelSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>]>>;
  id: ZodUnknown;
}, $strip>;

Defined in: parameters/getLabel.ts:3