/** * 打开资源编辑抽屉前补齐 cacheItem 展示字段(对齐 Info2 addService callback)。 * * - 价格:`total` / `origin_total`(OS getProductExtend 不写这两项) * - 资源:用 Info2 formatResources 刷新 `_data.resources`,再 normalize 补齐 label / 不可用三角标 */ export declare function prepareCacheItemForBookingEdit(cacheItem: any): any;