@shopify/shopify-app-react-router
Version:
Shopify React Router - to simplify the building of Shopify Apps with React Router
11 lines • 500 B
TypeScript
export declare const APP_BRIDGE_URL = "https://cdn.shopify.com/shopifycloud/app-bridge.js";
export declare const REAUTH_URL_HEADER = "X-Shopify-API-Request-Failure-Reauthorize-Url";
export declare const RETRY_INVALID_SESSION_HEADER: {
'X-Shopify-Retry-Invalid-Session-Request': string;
};
export declare const CORS_HEADERS: {
'Access-Control-Allow-Origin': string;
'Access-Control-Allow-Headers': string;
'Access-Control-Expose-Headers': string;
};
//# sourceMappingURL=const.d.ts.map