Current section

Files

Jump to
chrobot include protocol@page_GetAppManifestResponse.hrl
Raw

include/protocol@page_GetAppManifestResponse.hrl

-record(get_app_manifest_response, {
url :: binary(),
errors :: list(protocol@page:app_manifest_error()),
data :: gleam@option:option(binary())
}).