type Maybe = null | undefined | T; export type { Maybe };