Generate typed React component bindings
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user