RestMatchQuantifier type

Defines values for RestMatchQuantifier. Possible values include: 'All', 'Any'

type RestMatchQuantifier = "All" | "Any"