export type MixLink = {
    title: string;
    url: string;
    urlScheme: string;
    textColor: string;
    backgroundColor: string;
    coverWhite: string;
};
