mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 23:46:56 +00:00
refactor(nc-gui): change project type in JSONTemplateAdapter
This commit is contained in:
@@ -18,7 +18,10 @@ export default class JSONTemplateAdapter extends TemplateGenerator {
|
||||
data: Record<string, any>
|
||||
_jsonData: string | Record<string, any>
|
||||
jsonData: Record<string, any>
|
||||
project: Record<string, any>
|
||||
project: {
|
||||
title: string
|
||||
tables: Record<string, any>[]
|
||||
}
|
||||
columns: object
|
||||
constructor(name = 'test', data: object, parserConfig = {}) {
|
||||
super()
|
||||
|
||||
Reference in New Issue
Block a user