DynamicList type

定义列表实体的扩展。

type DynamicList = { entity: string, list: ListElement[] }