stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Maybe

AdminTypes.Maybe type

Signature:

export type Maybe<T> = T | null;