export interface ISource { /** * Bias: bias_text[rating.bias[0]], */ b: string /** * Domain: `rating.domain.replace(/^www./, "")` */ d: string ... }