Tiếng Việt
Appearance
string
Promise<GetReminderResponse>
export type GetReminderResponse = ReminderGroup;
api.getReminder("reminderId1") .then(console.log) .catch(console.error);