import { ProgressAction } from './progressAction';
export interface SendNotificationProgressAction extends ProgressAction {
}
