NhostSessionResponse

session payload from common hasura-auth responses

type NhostSessionResponse =
  | { session: null; error: AuthErrorPayload }
  | { session: NhostSession | null; error: null }