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 { CatalogItem } from "../models/index.js";
|
||||
export type CreateCatalogResponse = {
|
||||
item: CatalogItem;
|
||||
version_ls_catalog: number;
|
||||
version_catalog: number;
|
||||
};
|
||||
export declare const createCatalogFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (catalogName: string) => Promise<CreateCatalogResponse>;
|
||||
Reference in New Issue
Block a user