type Nullable<T> = T | null | undefined;

export type { Nullable };
