Type Alias AllowList

AllowList:
    | OffchainAccessList
    | OpenAllowList
    | SimpleAllowList
    | SimpleDenyList

A union type representing all valid protocol AllowList implementations