export type LinkedAccount = {
    platform: string;
    username: string;
};
