export interface IBaseProps {
    id?: string;
    notMyAction?: boolean;
}
