export interface IMyShortcuts { text: string; onClick: (setTime) => void; }