export interface BlacklistCache { id?: string; blacklisted: boolean; }