import { PagerChannel } from 'container/CreateAlertChannels/config';

export type Props = PagerChannel;

export interface PayloadProps {
	data: string;
	status: string;
}
