import { Variable } from "../../schema"; export type ToggleVariableHandler = (variable: Variable) => void; export type KeydownHandler = (key: string) => Promise;