Common interface for all imported collection data.

interface ImportCollection {
    has(key: string): boolean;
}
Implemented by
Index

Methods

Methods

  • Parameters

    • key: string

      Scryfall ID.

    Returns boolean

    Does any collection index have the given card.