Skip to content

Variable: AddWatcherSchema

ts
const AddWatcherSchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/addWatcher.ts:3