UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

6 lines (5 loc) 134 B
export declare class ErrorResponse { respCode: string; respMsg: string; constructor(respCode: string, respMsg: string); }