Added methods in open and fix problems
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export interface IItems{
|
||||
id: string;
|
||||
title: string | number | object;
|
||||
title: string;
|
||||
value: number | string
|
||||
}
|
Reference in New Issue
Block a user