# Interface: ApiSetupConfig
# Hierarchy
Context
↳ ApiSetupConfig
# Table of contents
# Properties
# Properties
# axiosConfig
• axiosConfig: AxiosRequestConfig
Defined in: types/api-factory.ts:5 (opens new window)
# currency
• Optional
currency: string
Defined in: types/api-factory.ts:7 (opens new window)
# locale
• Optional
locale: string
Defined in: types/api-factory.ts:6 (opens new window)
# localisation
• localisation: object
# Type declaration:
Name | Type |
---|---|
getCurrency | () => string |
getCurrentLocale | () => string |
Defined in: types/api-factory.ts:8 (opens new window)