import type { IOptions } from "./IOptions"; export interface ICardSelected extends IOptions { id: number | string; title: string; }