BotSignInGetSignInUrlResponse type

getSignInUrl 操作の応答データを格納します。

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