Home > @dinofe/xt-core > CustomConfig > commonHeaders

# CustomConfig.commonHeaders property

Signature:

commonHeaders?: (request: CustomAxiosRequestConfig) => Record<string, any> | Promise<Record<string, any>>;