Variable: AddContentWatcherSchema
ts
const AddContentWatcherSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
contentId: ZodString;
key: ZodOptional<ZodString>;
username: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v1/parameters/addContentWatcher.ts:3