type Optional = T | null | undefined; export type { Optional, }; //# sourceMappingURL=optional.d.ts.map