BotSignInGetSignInResourceResponse type

Contains response data for the getSignInResource operation.

type BotSignInGetSignInResourceResponse = SignInUrlResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SignInUrlResponse,
  },
}