Skip to main content

include/rocksky@generated@types_GetActorLovedSongsParams.hrl

-record(get_actor_loved_songs_params, {
    did :: binary(),
    limit :: gleam@option:option(integer()),
    offset :: gleam@option:option(integer())
}).