import { TCallback } from './TCallback'; export interface IProps { action: string; callback: TCallback; }