mbus-backend
    Preparing search index...

    Interface ActiveReminderInfo

    interface ActiveReminderInfo {
        eta: number | null;
        rtid: string;
        stpid: string;
        thresh: number | null;
    }
    Index
    eta: number | null
    rtid: string
    stpid: string
    thresh: number | null