Skip to main content

include/rocksky@generated@types_GetActorScrobblesParams.hrl

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