export type InputChanged = { name: string; value: T; }; export type CheckInputChanged = InputChanged;