export type AppStatus = {
    isSwapsEnabled: boolean;
    message: string;
};
