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