Type Alias TableOptions

TableOptions: {
    autoIncrement?: boolean;
    key?: string;
    name: string;
}