/// /// Metadata.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2024 Marc Rousavy @ Margelo /// package com.margelo.nitro.fastio import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "Metadata". */ @DoNotStrip @Keep data class Metadata( val name: String, val path: String, val root: String, val size: Double, val type: String, val lastModified: Double )