Files
calendar/packages/app-store/alby/lib/index.ts
T
2021b641ce feat: Alby integration (#11495)
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-28 12:03:01 +00:00

7 lines
180 B
TypeScript

import type { Invoice as AlbyInvoice } from "@getalby/sdk/dist/types";
export * from "./PaymentService";
export * from "./albyCredentialKeysSchema";
export type { AlbyInvoice };