7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
import type { Invoice as AlbyInvoice } from "@getalby/sdk/dist/types";
|
|
|
|
export * from "./PaymentService";
|
|
export * from "./albyCredentialKeysSchema";
|
|
|
|
export type { AlbyInvoice };
|