UNPKG

aggregator-sdk-test

Version:

SDK to connect with TechnoFex Aggregator Platform

13 lines (12 loc) 244 B
export interface SdkConfig { clientId: string; apiKey: string; sdkVersion: string; } export interface ClientSdkLicense { clientId: string; sdk_version: string; name: string; status: string; [key: string]: any; }