src/core/src/interfaces/keyboard-icons.interface.ts
[key: string]: string
string
export interface IKeyboardIcons { [key: string]: string; }