type RefreshJWTParams = { account: Account; expirationTime?: number; jwt: string;};
type account = Account;
type expirationTime = number;
type jwt = string;