Home > @infiniteobjects/shopify-data-manager > AdminTypes > Maybe
Signature:
export type Maybe<T> = T | null;