Variable: RemoveUserFromContentRestrictionSchema
ts
const RemoveUserFromContentRestrictionSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
id: ZodString;
key: ZodOptional<ZodString>;
operationKey: ZodCustom<"update" | string & object | "read", "update" | string & object | "read">;
username: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v1/parameters/removeUserFromContentRestriction.ts:4