export interface Action {
    link: string;
    name: string;
}
