UNPKG

@pichxyaponn/tw-angpao

Version:

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

10 lines (9 loc) 160 B
// src/type.d.ts import { Type as t } from "@sinclair/typebox"; var shape = t.Object({ mobile: t.String(), voucher_hash: t.String() }); export { shape };