feat(division): create tree item converter for division
This commit is contained in:
@@ -14,6 +14,13 @@ export interface PaginationMeta {
|
||||
source: string
|
||||
}
|
||||
|
||||
export interface TreeItem {
|
||||
value: string
|
||||
label: string
|
||||
hasChildren: boolean
|
||||
children?: TreeItem[]
|
||||
}
|
||||
|
||||
export interface Base {
|
||||
name: string
|
||||
code: string
|
||||
|
||||
Reference in New Issue
Block a user