import { GetUsersInput } from "@/modules/users/inputs/get-users.input";

export class GetOrganizationsUsersInput extends GetUsersInput {}
