UNPKG

@pichxyaponn/tw-angpao

Version:

ระบบรับเงินจาก Truewallet (ซองอั่งเปา) ด้วย ElysiaJS

36 lines (35 loc) 708 B
import { Elysia } from "elysia"; import type { ApiResponse } from "./type"; export declare const TWAngpao: (name?: string) => Elysia<"", { decorator: { [x: string]: { redeem(phoneNumber: string, voucherCode: string): Promise<ApiResponse>; }; }; store: {}; derive: {}; resolve: {}; }, { typebox: {}; error: {}; }, { schema: {}; standaloneSchema: {}; macro: {}; macroFn: {}; parser: {}; response: {}; }, {}, { derive: {}; resolve: {}; schema: {}; standaloneSchema: {}; response: {}; }, { derive: {}; resolve: {}; schema: {}; standaloneSchema: {}; response: {}; }>; export default TWAngpao;