export type Nullable<T> = T | undefined | null;
//# sourceMappingURL=nullable.type.d.ts.map