Added methods in initSelected and methods for utils

This commit is contained in:
MaxOvs
2023-01-05 19:56:07 +03:00
parent ce3b928635
commit 55c4bfaa7c
6 changed files with 133 additions and 54 deletions

View File

@ -1,5 +1,5 @@
export interface IItems{
id: string;
title: string;
title: string | number | object;
value: number | string
}