Type Alias Layout

Layout: {
    dependencies: Tree<Dependency>;
    name: Intrinsic;
    setup: Tree<Statement<{}>>;
    value: Expression<{}>;
}