fleeta-api-lib
Version:
A comprehensive library for fleet management applications - API, Auth, Device management
12 lines • 389 B
TypeScript
/**
* Multi-Device Provider Constants
* Runtime constants separated from type definitions to ensure proper bundling
*
* 🎯 Pure API Constants Only - No UI Constants
*/
import type { MultiDeviceProviderConfig } from './types';
/**
* Default configuration values
*/
export declare const DEFAULT_MULTI_DEVICE_CONFIG: MultiDeviceProviderConfig;
//# sourceMappingURL=constants.d.ts.map