It may be neccessery to repair synthax errors in actualized .proto
file.
Following lines should be commented:
import "google/api/annotations.proto";
import "protoc-gen-swagger/options/annotations.proto";
Also:
;
semicolon aftertitle: "immudb REST API";
should be removed;
semicolon afterinfo: { ... };
should be removed
npx proto-loader-gen-types `
--longs=Long `
--enums=String `
--bytes=Buffer `
--defaults `
--arrays `
--objects `
--oneofs `
--json `
--grpcLib=@grpc/grpc-js `
--outDir=src `
schema.proto