import type { PageTable } from './page'; export interface Database { page: PageTable; }