export default interface FooterLink {
  id: number;
  text: string;
  URL: string;
  target: string;
}