export type ServiceStatus = {
    rest_online: boolean;
    indexing_latency: number;
};
