Return Type(s)

{#if endpoint_returns.length > 1}({/if} {#each endpoint_returns as { label, type, python_type, component, serializer }, i}
1}> # {#if current_language === "python"}{python_type.type}{#if python_type?.description} ({python_type.description}){/if}{:else}{js_returns[ i ].type}{#if js_returns[i].description} ({js_returns[i] .description}){/if}{/if} representing output in '{label}' {component} component{#if endpoint_returns.length > 1},{/if}
{/each} {#if endpoint_returns.length > 1}){/if}
{#if is_running}
{/if}