UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

5 lines 442 B
import type { BasicParams } from '../../types'; export type AddDocumentResponseHeadersFunction = (request: Request, headers: Headers) => void; export declare function addDocumentResponseHeadersFactory(params: BasicParams): AddDocumentResponseHeadersFunction; export declare function addDocumentResponseHeaders(headers: Headers, isEmbeddedApp: boolean, shop: string | null | undefined): void; //# sourceMappingURL=add-response-headers.d.ts.map