AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface HistoryPage

    interface HistoryPage {
        items: readonly HistoryEntry[];
        total: number;
    }
    Index
    items: readonly HistoryEntry[]
    total: number