update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { PollDetail } from "../models/index.js";
|
||||
export type PollDetailResponse = PollDetail;
|
||||
export declare const getPollDetailFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (pollId: number) => Promise<PollDetail>;
|
||||
Reference in New Issue
Block a user