2026-08-31 35e9e13e976821debd2ec6e958ae78eb0a305b7e
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}