UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

4 lines (3 loc) 289 B
import { DestinyComponentType } from '../models/Destiny/DestinyComponentType'; import { ResponseComponent } from './ResponseComponent'; export type SingleComponentResponse<T, R extends string & DestinyComponentType, K extends readonly DestinyComponentType[]> = ResponseComponent<K, R, T>;