Interface GetNetworkAllowListParams

interface GetNetworkAllowListParams {
    type: ALL;
    exclude?: NetworkFilter[];
}

Properties

Properties

type: ALL

The type of allow list filter to apply.

exclude?: NetworkFilter[]

The list of networks to exclude from the allow list.