Skip to content

Variable: AddLabelWatcherSchema

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

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