( path: string, reminders: Reminder[], context?: TaskNotesMutationContext )
| 760 | context?: TaskNotesMutationContext |
| 761 | ): Promise<TaskInfo>; |
| 762 | setReminders( |
| 763 | path: string, |
| 764 | reminders: Reminder[], |
| 765 | context?: TaskNotesMutationContext |
no outgoing calls
no test coverage detected