/** * The shape of the recovery data */ export interface Recovery { tg: string; fr: string; co: string; is: string; df: string; du: string; ci: string; }