Interface iBitBadgesApi<T>

interface iBitBadgesApi<T> {
    apiKey?: string;
    apiUrl?: string;
    convertFunction: ((num) => T);
}

Type Parameters

Properties

apiKey?: string
apiUrl?: string
convertFunction: ((num) => T)

Type declaration