Hello, Would it be possible to export the interface ```ts interface S2SAuthToken { accessToken: string; expirationTimeIso: string; scopes: string[]; } ``` Our use case is to pull this from Redis Cache and access the attributes. Thank you!