DisplayName.ts 69 Bytes Raw Blame History Permalink 1 2 3 4 export interface DisplayName { first: string; second: string[]; }