interface AccessToken { token: string username: string expires: Date } export default AccessToken