export interface StFooterLink {
    title: string;
    url?: string;
    router?: string;
    icon?: string;
}
