UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

11 lines (10 loc) 289 B
declare class CustomerRemoveInput { userId: string; } /** * Remove customer */ declare const remove: import("@lomray/microservice-helpers/services/endpoint").IReturnWithMeta<never, CustomerRemoveInput, Record<string, any>, { isRemoved: boolean; }>; export { remove as default };