createNote
Tạo ghi chú mới
api.createNote(options, groupId)
Parameters
Return
Types
export type CreateNoteOptions = {
title: string;
pinAct?: boolean;
};
export type CreateNoteResponse = NoteDetail;Examples
Related
Last updated