kea-client
    Preparing search index...

    Interface HaHeartbeatResult

    interface HaHeartbeatResult {
        date: string;
        scopes?: string[];
        state: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    date: string
    scopes?: string[]
    state: string