Type alias IntentAssembly

IntentAssembly: {
    id: ID;
    instances: AssemblyInstance[];
    mates?: AssemblyMate[];
    outputs?: AssemblyOutput[];
}

Type declaration