interface JumpListCategory
open var items: Array<JumpListItem>?
open var name: String?
open var type: dynamic