export type Un = undefined | null;
export type Oun<T> = T | Un;
