export interface MFeaturesConfig { /** * The API domain (ex: 'https://data.mobilites-m.fr'). * Must not have a trailing '/'. */ domain: string; /** * Set this property to force the api subpath (ex: https:///path/to/the/resource). * Must include a trailing '/'. * If you don't know what to put in it, you probably don't need to use it. * The default behavior of the api replacement is: * - On http://localhost => api = '' * - On other cases => 'api/' */ api?: string; /** * Lien pour le ticket, selon si on est en mode mobile ou ordinateur */ tagNpass?: { webLink: string; }; }