Skip to main content

include/rocksky@generated@types_GetFollowsOutput.hrl

-record(get_follows_output, {
    subject :: rocksky@generated@types:actor_profile_view_basic(),
    follows :: list(rocksky@generated@types:actor_profile_view_basic()),
    cursor :: gleam@option:option(binary()),
    count :: gleam@option:option(integer())
}).