export interface PrimaryColumnOptions { name?: string; keyPath?: string | string[]; options?: IDBIndexParameters; }