@posx/core 5.5.223 → 5.5.225
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/build/index.d.ts +2 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3247,12 +3247,14 @@ declare module '@posx/core/types/menu.type' {
|
|
|
3247
3247
|
icon: string;
|
|
3248
3248
|
meta: Record<string, any>;
|
|
3249
3249
|
category_uids: string[];
|
|
3250
|
+
online_order_expiry_in_minutes: number;
|
|
3250
3251
|
}
|
|
3251
3252
|
export class Menu extends AppBaseModel implements IMenu {
|
|
3252
3253
|
uid: string;
|
|
3253
3254
|
icon: string;
|
|
3254
3255
|
meta: {};
|
|
3255
3256
|
category_uids: any[];
|
|
3257
|
+
online_order_expiry_in_minutes: number;
|
|
3256
3258
|
}
|
|
3257
3259
|
|
|
3258
3260
|
}
|