UNPKG

@allofshop/aos-sdk-payment

Version:

allofshop payment sdk for webbrowser

8 lines (7 loc) 153 B
/** * @copyright Copyright © 2021 Corretto, Inc. All rights reserved. */ export interface InitOption { shopId: string; accessToken: string; }