Type Alias CachedConsentEntry

CachedConsentEntry: {
    state: ConsentState;
    type: ConsentListEntryType;
    value: string;
    walletAddress: string;
}