include/gleeam_code@submit_SubmitResult.hrl

-record(submit_result, {
    status :: binary(),
    runtime :: binary(),
    memory :: binary()
}).