type Optional<T> = T | undefined;

export type { Optional };
