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