export type Login = {
    user: string;
    passwd: string;
    lang: string;
    client?: string;
};
