pnp-scheduler/source/types/Nullable.ts

1 line
No EOL
47 B
TypeScript

export type Nullable<T> = T | null | undefined;