workflow.maybe.mdJanuary 18, 2023 ยท View on GitHub Home > @datashaper/workflow > Maybe Maybe type Signature: export type Maybe<T> = T | undefined;