export type EximbayV2Merchant = {
    /**
     * **상점명**
     */
    shop: string;
};
