export type AuthActivateUser = { username: string; password: string; token: string; };