UNPKG

@apite/magento2-utility

Version:

Shopgate WebCheckout utility for Magento 2 extensions

18 lines (16 loc) 371 B
declare interface FormattedAxiosRequest { call: string headers?: { [key: string]: string|number } params: { [key: string]: string } data: { query: string, variables?: string } } declare interface FormattedAxiosResponse extends FormattedAxiosRequest { status: string statusText: string message: string errors: string[] textResponse?: string }