次の方法で共有


RestMatchQuantifier type

RestMatchQuantifier の値を定義します。 使用可能な値は次のとおりです: 'All'、'Any'

type RestMatchQuantifier = "All" | "Any"