import { UpdateUserInput } from "@/modules/users/inputs/update-user.input";

export class UpdateOrganizationUserInput extends UpdateUserInput {}
