import { UserType } from "../../../../constant";
interface IUpdateUserTypeData {
    type: UserType;
}
export type { IUpdateUserTypeData };
