Generate typed React component bindings

This commit is contained in:
Timothy J. Aveni
2026-07-18 10:33:55 -07:00
parent df4946e016
commit 02e2313aa9
6 changed files with 328 additions and 33 deletions
+3
View File
@@ -69,6 +69,8 @@ export type InterfaceFieldContract = {
watchable: boolean;
typeParam?: string;
type?: TypeRef;
refTargetTypeParam?: string;
edgeCardinality?: Cardinality;
};
export type InterfaceImplementation = {
@@ -162,6 +164,7 @@ export type InterfaceSchema = {
fields: FieldSchema[];
sourceFile: string;
protoMessage: string;
typeParameters: string[];
};
export type SchemaCompileResult = {