interface Index {
    keyPath: string;
    name: string;
    unique: boolean;
}

Properties

Properties

keyPath: string
name: string
unique: boolean