type Action = "SIGN" | "AUTH" | "AUTH_PHONE"; export interface Response { sessionId: Action; }