update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { NoteDetail } from "../models/index.js";
|
||||
export type CreateNoteOptions = {
|
||||
title: string;
|
||||
pinAct?: boolean;
|
||||
};
|
||||
export type CreateNoteResponse = NoteDetail;
|
||||
export declare const createNoteFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (options: CreateNoteOptions, groupId: string) => Promise<NoteDetail>;
|
||||
Reference in New Issue
Block a user