nicolium: update interface

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-21 22:35:52 +01:00
parent 3850c3af28
commit e28924716d

View File

@ -186,6 +186,7 @@ const AntennaAccountsForm: React.FC<IAntennaAccountsForm> = ({ antennaId, exclud
interface IAntennaValuesForm {
values: Array<string>;
excludedValues: Array<string>;
isFetching: boolean;
addTitle: React.ReactNode;
listTitle: React.ReactNode;
addExcludedTitle: React.ReactNode;