1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}