commonMain.com.m2f.archer.ExpirationRegistry.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database Show documentation
Show all versions of database Show documentation
A KMP library to generate clean architecture components using Arrow
package com.m2f.archer
import kotlin.Long
import kotlin.String
public data class ExpirationRegistry(
public val key: String,
public val hash: Long,
public val name: String,
public val instant: String,
public val whenCreated: String,
)