UNPKG

scryfall-client

Version:
5 lines (4 loc) 153 B
import type { ApiResponse } from "../types/api-response"; export default abstract class SingularEntity { constructor(scryfallObject: ApiResponse); }