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) 85 B
export default interface BaseUseCase<R, D> { execute(request?: R): Promise<D>; }