Skip to content

Variable: RemoveContentWatcherSchema

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

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