/** Alias type for value that can be null */ export type Nullable = T | null;