// Polyfill for TypeScript < 3.5 compatibility export type Omit = Pick>; export type Nullable = T | null | undefined;