feat: add basic webui
This commit is contained in:
5
packages/database/schema/database.ts
Normal file
5
packages/database/schema/database.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { PageTable } from './page';
|
||||
|
||||
export interface Database {
|
||||
page: PageTable;
|
||||
}
|
||||
Reference in New Issue
Block a user