Skip to content

Variable: RemoveWatcherSchema

ts
const RemoveWatcherSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  issueIdOrKey: ZodString;
}, $strip>;

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