UNPKG

@openstream/client

Version:
16 lines 343 B
export type PaymentsErrorKind = ({ kind: "provider"; } & { provider_error_type: string | null | undefined; }) | { kind: "payload"; } | { kind: "access-token-not-present"; } | { kind: "access-token-mismatch"; } | { kind: "resource-not-found"; } | { kind: "unknown"; }; //# sourceMappingURL=PaymentsErrorKind.d.ts.map