blob: 78f2c83e0d48ab65b75153ee947b6fc76f7fab1d [file] [log] [blame]
package com.airbnb.lottie.sample.compose.api
data class AnimationsResponseV2(
val data: List<AnimationDataV2>,
val current_page: Int,
val last_page: Int
)