Publish updated Camino codegen artifacts
This commit is contained in:
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
import protobuf from "protobufjs";
|
||||
import type { SchemaCompileResult } from "./schema-ir.js";
|
||||
export declare const loadCaminoSchemaRoot: (sourceFile: string) => Promise<{
|
||||
absoluteSourceFile: string;
|
||||
root: protobuf.Root;
|
||||
}>;
|
||||
export declare const compileCaminoSchema: (sourceFile: string) => Promise<SchemaCompileResult>;
|
||||
//# sourceMappingURL=schema-compiler.d.ts.map
|
||||
Reference in New Issue
Block a user