Alokai

isLoggedInResponse

Data returned from the isLoggedIn API endpoint

type isLoggedInResponse = {
  value: boolean;
};