fix imports
This commit is contained in:
parent
6725d4620b
commit
48bfc45bcf
12 changed files with 379 additions and 287 deletions
|
|
@ -11,8 +11,8 @@ import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|||
import type { PartialMessage } from "@protobuf-ts/runtime";
|
||||
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
||||
import { MessageType } from "@protobuf-ts/runtime";
|
||||
import { Invoice } from "./lightning";
|
||||
import { RouteHint } from "./lightning";
|
||||
import { Invoice } from "./lightning.js";
|
||||
import { RouteHint } from "./lightning.js";
|
||||
/**
|
||||
* @generated from protobuf message invoicesrpc.CancelInvoiceMsg
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue