BotSignInGetSignInResourceResponse type
getSignInResource 操作の応答データを格納します。
type BotSignInGetSignInResourceResponse = SignInUrlResponse & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: SignInUrlResponse,
},
}