Home > @shopware-pwa/composables > INTERCEPTOR_KEYS

# INTERCEPTOR_KEYS variable

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Keys used accross composables with the description of incommint parameters.

Signature:

INTERCEPTOR_KEYS: {
    ADD_TO_CART: string;
    ERROR: string;
    USER_LOGOUT: string;
}