Added methods in open and fix problems

This commit is contained in:
MaxOvs
2023-01-06 13:40:18 +03:00
parent 55c4bfaa7c
commit 2f64f9f3a6
7 changed files with 185 additions and 24 deletions

View File

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