feat(ui): reconcile backup UI changes with current routing and interaction features
This commit is contained in:
@@ -4,6 +4,9 @@ export type HealthStatus = {
|
||||
deploymentExposure?: "private" | "public";
|
||||
authReady?: boolean;
|
||||
bootstrapStatus?: "ready" | "bootstrap_pending";
|
||||
features?: {
|
||||
companyDeletionEnabled?: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
export const healthApi = {
|
||||
|
||||
Reference in New Issue
Block a user