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