export type MaybeArray = T | T[]; export type MaybePromise = T | Promise;