CustomShortcut: DefaultShortcut & {
    description?: string | null;
    eventName: string;
}

Type declaration

  • Optional description?: string | null
  • eventName: string