Type alias CompileResult

CompileResult: {
    featureOrder: ID[];
    graph: Graph;
    partId: ID;
}

Type declaration