AuthPaths: StringRecord<
{
forgotPassword: "forgotPassword";
loginWithCredentials: "loginWithCredentials";
loginWithOtp: "loginWithOtp";
logoutFromAllSessions: "logoutFromAllSessions";
logoutFromCurrentSession: "logoutFromCurrentSession";
resetPassword: "resetPassword";
subscribe: "subscribe";
},
> = ...