export interface FrontpageElementInterface {
  id: string;
  editable: boolean;
  label: string;
  icon: string;
  color: string;
  link: string;
  order: number;
}
