export interface WhitelistedContract { contract: string; domain: string; recipients: string[]; }