Publish updated Camino codegen artifacts
This commit is contained in:
Vendored
+3
@@ -44,6 +44,8 @@ export type InterfaceFieldContract = {
|
||||
watchable: boolean;
|
||||
typeParam?: string;
|
||||
type?: TypeRef;
|
||||
refTargetTypeParam?: string;
|
||||
edgeCardinality?: Cardinality;
|
||||
};
|
||||
export type InterfaceImplementation = {
|
||||
interface: SymbolRef;
|
||||
@@ -126,6 +128,7 @@ export type InterfaceSchema = {
|
||||
fields: FieldSchema[];
|
||||
sourceFile: string;
|
||||
protoMessage: string;
|
||||
typeParameters: string[];
|
||||
};
|
||||
export type SchemaCompileResult = {
|
||||
sourceFile: string;
|
||||
|
||||
Reference in New Issue
Block a user