UserNotesRecordResponse typedef

UserNotesRecordResponse = Map<String, String>

A map of user IDs to note text

Implementation

typedef UserNotesRecordResponse = Map<String, String>;