add CustomPrivilegeWithAmount type

This commit is contained in:
nflnkr 2024-03-19 18:10:18 +03:00
parent 897316cbc6
commit e3281be590
2 changed files with 3 additions and 1 deletions

@ -26,3 +26,5 @@ export interface CustomPrivilege {
export type PrivilegeMap = Record<string, CustomPrivilege[]>;
export type PrivilegeValueType = "шаблон" | "день" | "МБ" | "заявка";
export type CustomPrivilegeWithAmount = CustomPrivilege & { amount: number; };

@ -1,6 +1,6 @@
{
"name": "@frontend/kitui",
"version": "1.0.67",
"version": "1.0.68",
"description": "test",
"main": "./dist/index.js",
"module": "./dist/index.js",