import Auth from "./auth"; export class Account{ username: string email: string role: string token: string }