chore: release 0.0.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user