stack

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

AdminTypes.InputMaybe type

Signature:

export type InputMaybe<T> = Maybe<T>;

References: Maybe