GitHub

Maybe

import { Maybe } from '@daffodil/driver/shopify'
type Maybe<T> = T | null
Type Options
Maybe T | null