data class RawBackgroundType(val type: String, val fill: BackgroundFill? = null, val darkThemeDimming: Progress? = null, val document: DocumentFile? = null, val isBlurred: Boolean = false, val isMoving: Boolean = false, val intensity: Progress? = null, val isInverted: Boolean = false, val themeName: String? = null)