Vanessa 2023-07-11 21:34:22 +08:00
parent 33470c29ca
commit caf074185d
7 changed files with 34 additions and 24 deletions

View file

@ -842,7 +842,13 @@ interface IBazaarItem {
preferredFunding: string
}
interface IAV {
interface IAVView {
name: string
id: string
type: string
}
interface IAVTable {
columns: IAVColumn[],
filters: IAVFilter[],
sorts: IAVSort[],