UNPKG

@allofshop/aos-sdk-payment

Version:

allofshop payment sdk for webbrowser

8 lines (7 loc) 150 B
/** * @copyright Copyright © 2021 Corretto, Inc. All rights reserved. */ export interface ResponseError { message: string; code: string; }