ts error fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { TreeListData } from "../types/entity.interface"
|
||||
|
||||
class Adapter {
|
||||
static adaptToTree(data: any): Array<TreeListData> {
|
||||
const returnTreeList: Array<TreeListData> = []
|
||||
|
||||
Reference in New Issue
Block a user