add serviceKey field to tariff cart data
This commit is contained in:
parent
2018fa85dd
commit
e13590d055
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/kitui",
|
||||
"version": "1.0.21",
|
||||
"version": "1.0.22",
|
||||
"description": "test",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
@ -13,6 +13,7 @@ export type PrivilegeCartData = {
|
||||
|
||||
export type TariffCartData = {
|
||||
tariffId: string;
|
||||
serviceKey: string;
|
||||
price: number;
|
||||
isCustom: boolean;
|
||||
privileges: PrivilegeCartData[];
|
||||
|
Loading…
Reference in New Issue
Block a user