Skip to content

Variable: IsWatchingLabelSchema

ts
const IsWatchingLabelSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  key: ZodOptional<ZodString>;
  labelName: ZodString;
  username: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/v1/parameters/isWatchingLabel.ts:3