Generate typed QX bindings and add source editing tools
This commit is contained in:
@@ -245,7 +245,7 @@ export type DependencyPortRequirement =
|
||||
kind: "interface";
|
||||
interfaceRevisionId: InterfaceRevisionId;
|
||||
}
|
||||
| { kind: "constructor"; atomId: AtomId };
|
||||
| { kind: "constructor"; atomId: AtomId; inputType?: ValueType };
|
||||
|
||||
export interface DependencyPort {
|
||||
id: DependencyPortId;
|
||||
|
||||
Reference in New Issue
Block a user