共用方式為


UserTokenSignOutResponse type

包含 signOut 作業的響應數據。

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