tencent-kyc-plugin
v0.0.5
Published
Plugin for Tencent Kyc
Readme
tencent-kyc-plugin
Plugin for Tencent Kyc
Install
npm install tencent-kyc-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
testPlugin(...)
testPlugin(options: { msg: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { msg: string; } |
Returns: Promise<{ value: string; }>
