0.0.1 • Published 11 months ago

echo-gt v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

echo-gt

Just a Test for Basic Plugin Development

Install

npm install echo-gt
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


storeContact(...)

storeContact(options: ContactData) => Promise<{ value: storeContactResponse; }>
ParamType
optionsContactData

Returns: Promise<{ value: storeContactResponse; }>


Interfaces

storeContactResponse

PropType
addedboolean
idstring
callDataContactData

ContactData

PropType
namestring
addressany
telephonestring
0.0.1

11 months ago