blob: f3cb76459d3f510d0c2765d2e1ea842f16e8924b [file] [log] [blame]
package com.airbnb.lottie.sample.compose.api
data class AnimationsResponseV1(
val data: List<AnimationDataV1>,
val current_page: Int,
val last_page: Int
)