export type OnChangeParameters = { readonly name: string readonly value: string | number | boolean }