stack

Home > @infiniteobjects/models > ITokenGatedProductSaleLineItem

ITokenGatedProductSaleLineItem type

Partial Token Gated Product Sale created from Shopify Order Line Item

Signature:

export type ITokenGatedProductSaleLineItem = Pick<ITokenGatedProductSale, typeof TOKEN_GATED_PRODUCT_SALE_LINE_ITEM_KEYS[number]>;

References: ITokenGatedProductSale