GitHub

Maybe

type-alias

import { Maybe } from '@daffodil/driver/shopify'

type Maybe<T> = T | null