export type ValueOrGetter<VALUE> = VALUE | (() => VALUE);
