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.

4 lines (3 loc) 92 B
import Token from "./token"; export default interface AuthToken extends Readonly<Token> { }