Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AnimalDto(val animal: AnimalDto.AnimalTypeDto, val name: String, val age: Int, val biography: String, val owner: String)
Link copied to clipboard
@Serializable
data class GetAnimalRequestDto(val owner: String = "")
Link copied to clipboard
class Repository(baseUrl: String, tokenProvider: MockzillaTokenProvider)