import {
  IDispatchAware,
} from '../../interfaces/IDispatchAware';

export interface ILinkDispatchProps extends IDispatchAware
{
}
