export interface Rival { collection: 'rival'; sdvxID: number; refid: string; name: string; mutual: boolean; }