add tariff type clarification comment
This commit is contained in:
parent
264b982ba5
commit
45b532415b
@ -11,9 +11,12 @@ 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;
|
||||||
updatedAt?: string;
|
updatedAt?: string;
|
||||||
deletedAt?: string;
|
deletedAt?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user