UNPKG

@infosel-sdk/core

Version:

Core SDK for Infosel financial services platform. Provides essential infrastructure for authentication, HTTP/GraphQL communication, storage management, and error handling.

5 lines (4 loc) 86 B
export default interface Token { accessToken: string; refreshToken: string; }