UNPKG

@pichxyaponn/tw-angpao

Version:

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

33 lines (32 loc) 656 B
import { Elysia } from "elysia"; import { type ApiResponse } from "./type.d"; 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: {}; }, {}, { derive: {}; resolve: {}; schema: {}; standaloneSchema: {}; }, { derive: {}; resolve: {}; schema: {}; standaloneSchema: {}; }>; export default TWAngpao;