export interface Alias { type: 'alias'; name: string; abbreviation: string; }