Vanessa 2023-07-02 21:53:02 +08:00
parent 11d582f39d
commit 2caa3b657c
8 changed files with 191 additions and 83 deletions

View file

@ -823,6 +823,12 @@ interface IBazaarItem {
preferredFunding: string
}
interface IAV {
columns: IAVColumn[],
filters: [],
sorts: [],
}
interface IAVColumn {
width: number,
icon: string,