Type alias AssemblyOutput

AssemblyOutput: {
    name: string;
    refs: AssemblyRef[];
}

Type declaration