fix(ts): allow undefined appRoot in normalizeJsonResponse signature
`SupersetClientClass.appRoot` is declared `string | undefined`. The helper signature must match — the runtime guard `if (!appRoot)` already covers the undefined case, so this is type-only.
J
Joe Li committed
3275147a07dc472fed240b7d2aa29c0b363228ef
Parent: 04b6429