stack

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

AdminTypes.ParseErrorRange interface

A range of ShopifyQL parsing errors.

Signature:

export interface ParseErrorRange 

Properties

Property Modifiers Type Description
end   ErrorPosition The ending position of the error.
start   ErrorPosition The starting position of the error.