chore: release 0.0.1

This commit is contained in:
liaibo
2025-11-29 05:16:23 +08:00
parent 5d0e4c4cb6
commit d350b02fba
92 changed files with 78929 additions and 39164 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface DocumentTableSnapshot {
export interface DocumentTable {
id: string;
document_id: string;
grid_key: string;
title: string;
schema: TableSchema;
snapshot?: DocumentTableSnapshot | null;