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

export interface IPassageHeadersDispatchProps extends IDispatchAware
{
}
