UNPKG

comic-vine-sdk

Version:

A JS/TS client for the Comic Vine API

8 lines (7 loc) 207 B
import { ResourceType } from './resource-type.js'; interface Resource { detailName: string; listName: string; } export declare const getResource: (resourceType: ResourceType) => Resource; export {};