export type WitnessScope =
| 'None'
| 'CalledByEntry'
| 'CustomContracts'
| 'CustomGroups'
| 'Global'
| 'CalledByEntryAndCustomContracts'
| 'CalledByEntryAndCustomGroups'
| 'CalledByEntryAndCustomGroupsAndCustomContracts'
| 'CustomContractsAndCustomGroups';