DynamicList type

Defines an extension for a list entity.

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