import { BaseServiceParameters } from "./baseService";
type UserServiceParameters = BaseServiceParameters;
export { UserServiceParameters };
