BotSignInGetSignInUrlResponse type

Contains response data for the getSignInUrl operation.

type BotSignInGetSignInUrlResponse = {
  _response: HttpResponse & { bodyAsText: string, parsedBody: string },
  body: string,
}