privilegie заменён на privilege

This commit is contained in:
Nastya 2023-09-16 12:24:33 +03:00
parent 9b333f5126
commit 8730135e3a

@ -14,7 +14,7 @@ export interface Tariff {
/**
* Должен содержать только один элемент
*/
privilegies: PrivilegeWithAmount[];
privileges: PrivilegeWithAmount[];
isDeleted: boolean;
createdAt?: string;
updatedAt?: string;