rename cart field

This commit is contained in:
nflnkr 2023-07-18 14:54:59 +03:00
parent 460a9f28d1
commit 6b39f34884
2 changed files with 2 additions and 2 deletions

@ -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;
};