capacitor-voice-task-creation
v0.0.4
Published
voice prompt to create a task
Readme
capacitor-voice-task-creation
voice prompt to create a task
Install
npm install capacitor-voice-task-creation
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getPendingTasks()
getPendingTasks() => Promise<{ tasks: VoiceCreatedTaskRecord[]; }>Returns: Promise<{ tasks: VoiceCreatedTaskRecord[]; }>
Interfaces
VoiceCreatedTaskRecord
| Prop | Type |
| ----------------------- | --------------------- |
| title | string |
| source | string |
| createdAt | string |
| assignees | string[] |
| watchers | string[] |
| dueDate | string |
| assignmentDetails | string |
