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) 81 B
export default interface DataContainerModel<T> { readonly data?: T | null; }