Variable: AddUserToContentRestrictionSchema
ts
const AddUserToContentRestrictionSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
id: ZodString;
key: ZodOptional<ZodString>;
operationKey: ZodString;
username: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v1/parameters/addUserToContentRestriction.ts:3