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

    Interface DisplayCell

    interface DisplayCell {
        kind: "json" | "binary" | "value" | "null";
        text: string;
        title?: string;
    }
    Index
    kind: "json" | "binary" | "value" | "null"
    text: string
    title?: string