Current section

Files

Jump to
glitch include glitch@api@user_GetUsersRequest.hrl
Raw

include/glitch@api@user_GetUsersRequest.hrl

-record(get_users_request, {
user_ids :: gleam@option:option(list(binary())),
user_logins :: gleam@option:option(list(binary()))
}).