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