{#each app_info as { type, label, component }, i}
{#if type === "string"}
{:else if type === "number"}
{:else if type === "boolean"}
{:else if type === "number"}
{:else if type === "string[]"}
{:else if ["Image", "Audio", "Video"].includes(component)}
{/if}
{/each}