frontPanel/src/model/privilege.ts
nflnkr 3d7a518208 upgrade @frontend/kitui
use cart calc functions from kitui
2024-03-27 13:53:47 +03:00

6 lines
178 B
TypeScript

import { Privilege } from "@frontend/kitui";
export type ServiceKeyToPrivilegesMap = Record<string, Privilege[]>;
export type PrivilegeWithoutPrice = Omit<Privilege, "price">;