Interface iBitBadgesApi<T>

interface iBitBadgesApi<T extends NumberType> {
    apiKey?: string;
    apiUrl?: string;
    appendedHeaders?: Record<string, string>;
    convertFunction: (num: NumberType) => T;
}

Type Parameters

Properties

apiKey?: string
apiUrl?: string
appendedHeaders?: Record<string, string>
convertFunction: (num: NumberType) => T
MMNEPVFCICPMFPCPTTAAATR