add CustomPrivilegeWithAmount type
This commit is contained in:
parent
897316cbc6
commit
e3281be590
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user