Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox include rockbox@smart_playlists@rules_Rules.hrl
Raw

include/rockbox@smart_playlists@rules_Rules.hrl

-record(rules, {
operator :: rockbox@smart_playlists@rules:group_op(),
rules :: list(rockbox@smart_playlists@rules:node_()),
sort :: gleam@option:option(rockbox@smart_playlists@rules:sort()),
limit :: gleam@option:option(integer())
}).