bungie-net-core
Version:
An easy way to interact with the Bungie.net API
4 lines (3 loc) • 331 B
TypeScript
import { DestinyComponentType } from '../models/Destiny/DestinyComponentType';
import { ResponseComponent } from './ResponseComponent';
export type DictionaryComponentResponse<I extends number | string, D, R extends string & DestinyComponentType, K extends readonly DestinyComponentType[]> = ResponseComponent<K, R, Record<I, D>>;