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 { StickerBasic } from "../models/index.js";
|
||||
export type SearchStickerResponse = StickerBasic[];
|
||||
export declare const searchStickerFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (keyword: string, limit?: number) => Promise<SearchStickerResponse>;
|
||||
Reference in New Issue
Block a user