Home > @infiniteobjects/shopify-data-manager > AdminTypes > ParseErrorRange
A range of ShopifyQL parsing errors.
Signature:
export interface ParseErrorRange
Property | Modifiers | Type | Description |
---|---|---|---|
end | ErrorPosition | The ending position of the error. | |
start | ErrorPosition | The starting position of the error. |