mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react/widgets): sql table schemas
This commit is contained in:
		| @@ -234,3 +234,11 @@ export interface CreateChildrenResponse { | ||||
|     note: NoteRow; | ||||
|     branch: BranchRow; | ||||
| } | ||||
|  | ||||
| export interface SchemaResponse { | ||||
|     name: string; | ||||
|     columns: { | ||||
|         name: string; | ||||
|         type: string; | ||||
|     }[]; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user