Interface for a key-value database table index layout.

interface IDatabaseTableIndex {
    keyPath: string;
}

Properties

Properties

keyPath: string

The key path for the index.

Generated using TypeDoc