/// /// LDP_ConfigParams.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// package com.margelo.nitro.lunardatepicker import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "LDP_ConfigParams". */ @DoNotStrip @Keep data class LDP_ConfigParams @DoNotStrip @Keep constructor( val themes: Map, val languages: Map, val yearRangeOffset: Double, val timeZoneOffset: Double, val monthVisibleDebounceDelaySeconds: Double? ) { /* main constructor */ }