add tariff type clarification comment
This commit is contained in:
parent
264b982ba5
commit
45b532415b
@ -11,6 +11,9 @@ export interface Tariff {
|
|||||||
name: string;
|
name: string;
|
||||||
price?: number;
|
price?: number;
|
||||||
isCustom: boolean;
|
isCustom: boolean;
|
||||||
|
/**
|
||||||
|
* Должен содержать только один элемент
|
||||||
|
*/
|
||||||
privilegies: PrivilegeWithAmount[];
|
privilegies: PrivilegeWithAmount[];
|
||||||
isDeleted: boolean;
|
isDeleted: boolean;
|
||||||
createdAt?: string;
|
createdAt?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user