Connections: Software Engineering

``` import type { Snippet } from “svelte”;

interface Props { children?: Snippet; } ```