include/rally@types_ScanConfig.hrl

-record(scan_config, {
    pages_root :: binary(),
    output_route :: binary(),
    output_dispatch :: binary(),
    output_server_dispatch :: binary(),
    output_server_atoms :: binary(),
    atoms_module :: binary(),
    output_server_wire :: binary(),
    wire_module :: binary(),
    output_ssr :: binary(),
    output_ws :: binary(),
    output_http :: binary(),
    client_root :: binary(),
    route_root :: binary(),
    rally_package_path :: binary(),
    shell_file :: binary(),
    server_deps :: gleam@dict:dict(binary(), tom:toml()),
    protocol :: binary()
}).