Skip to content

Variable: RemoveUserFromContentRestrictionSchema

ts
const RemoveUserFromContentRestrictionSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  id: ZodString;
  key: ZodOptional<ZodString>;
  operationKey: ZodEnum<{
     read: "read";
     update: "update";
  }>;
  username: ZodOptional<ZodString>;
}, $strip>;

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