
* Add new event type * Add state handling for locale change * Add strongly typed language codes * fix tests
6 lines
265 B
TypeScript
6 lines
265 B
TypeScript
export const SALEOR_DOMAIN_HEADER = "saleor-domain";
|
|
export const SALEOR_EVENT_HEADER = "saleor-event";
|
|
export const SALEOR_SIGNATURE_HEADER = "saleor-signature";
|
|
export const SALEOR_AUTHORIZATION_BEARER_HEADER = "authorization-bearer";
|
|
|
|
export * from "./locales";
|