Alokai

IsLoggedInResponse

Response from the isLoggedIn method.

type IsLoggedInResponse = {
  value: boolean;
};