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

# CustomConfig.commonParams property

Signature:

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