export interface CustomButton {
    id: string;
    imageLink: string;
    title: string;
}
