API 参考
    正在准备搜索索引...

    类型别名 MixedList<T>

    MixedList: T[] | { [key: string]: T }

    List of T-s passed as an array or object map.

    Example usage: entities as an array of imported using import * as syntax.

    类型参数

    • T