export interface AugnitoMobileConfig {
    /**
     * Optional Field: Enables or Disables Logging system
     * @description True if logs are enabled; Otherwise false
     */
    enableLogs?: boolean;
}
