/** * @title Размер * @enumNames [ * "Обычный", * "Уменьшенный" * ] */ export type SizeVersion = 'normal' | 'small';