UNPKG

@openstream/client

Version:
5 lines 182 B
import type { PaymentsErrorKind } from "./PaymentsErrorKind.js"; export type PaymentsError = { message: string; } & PaymentsErrorKind; //# sourceMappingURL=PaymentsError.d.ts.map