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 { LabelData } from "../models/index.js";
|
||||
export type GetLabelsResponse = {
|
||||
labelData: LabelData[];
|
||||
version: number;
|
||||
lastUpdateTime: number;
|
||||
};
|
||||
export declare const getLabelsFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => () => Promise<GetLabelsResponse>;
|
||||
Reference in New Issue
Block a user