fw-webbuilder 1.1.20 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ declare class webBuilderService {
|
|
|
145
145
|
* @param id id trang
|
|
146
146
|
* @returns
|
|
147
147
|
*/
|
|
148
|
-
getDetailPage(id: string): any
|
|
148
|
+
getDetailPage(id: string): Promise<any>;
|
|
149
149
|
/**
|
|
150
150
|
* hàm lấy full nhánh objects con cho block, lấy luôn danh dánh object nhân bản
|
|
151
151
|
* @param block
|