Current section
Files
Jump to
Current section
Files
include/chrobot_extra@protocol@page_GetAppManifestResponse.hrl
-record(get_app_manifest_response, {
url :: binary(),
errors :: list(chrobot_extra@protocol@page:app_manifest_error()),
data :: gleam@option:option(binary())
}).