Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Company(val id: Int, val logoPath: String?, val name: String) : Serializable

Data class representing a company.

Link copied to clipboard
@Serializable
data class FilmImage(val filePath: String, val height: Int, val width: Int)

Data class representing an image associated with a film.