import { AppDBColumnType } from 'src/models'; export interface AppDBCollectionSchema { columns: { type: AppDBColumnType; name: string; }[]; }