Backstage
    Preparing search index...
    interface RootHealthService {
        getLiveness(): Promise<{ payload?: JsonValue; status: number }>;
        getReadiness(): Promise<{ payload?: JsonValue; status: number }>;
    }
    Index

    Methods