Type alias StoreAllValue<Item>

StoreAllValue<Item>: {
    list: Item[];
    total: number;
}

所有数据

Type Parameters

  • Item = any

Type declaration

  • list: Item[]

    所有数据

  • total: number

    总数