export type Maybe = T | null | undefined; export type MaybePromise = Promise | T;