export type Id = number | string; export type Notify = () => void;