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