export type Value<T> = T | T[] | null | undefined;
