hawtio / hawtio-online

Hawtio on Kubernetes/OpenShift
Apache License 2.0
23 stars 25 forks source link

refactor(oauth): shuffling of location of api type declarations in oauth plugin #365

Closed tadayosi closed 4 months ago

tadayosi commented 4 months ago

globals.ts should keep only global constants used within a package, so let's locate common types in api.ts or types.ts.

Also, moved one orphaned util function to a more proper place.