export interface CustomEvent { target: { name: string; value: string; }; }