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