Using React, and I have defined two interfaces, ICard, IList:
ICard
interface ICard { id: any; text: string; index?: number;