rename cart field
This commit is contained in:
parent
460a9f28d1
commit
6b39f34884
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@frontend/kitui",
|
"name": "@frontend/kitui",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"description": "test",
|
"description": "test",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
@ -5,7 +5,7 @@ export type PrivilegeCartData = {
|
|||||||
tariffId: string;
|
tariffId: string;
|
||||||
serviceKey: string;
|
serviceKey: string;
|
||||||
privilegeId: string;
|
privilegeId: string;
|
||||||
name: string;
|
description: string;
|
||||||
price: number;
|
price: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user