Type Alias WhitelistContract

WhitelistContract: {
    contractAddress: ContractAddress;
    status: WhitelistStatus;
}

Type declaration