Documentation
    Preparing search index...

    Interface SpecificMetadataResponse

    interface SpecificMetadataResponse {
        aliasSetIds?: number[];
        collectibleCount: number;
        collectibleRevealedCount: number;
        hyped: boolean;
        id: number;
        name: string;
        nonCollectibleCount: number;
        nonCollectibleRevealedCount: number;
        slug: string;
        type: SetType;
    }

    Hierarchy

    • NameId
      • SpecificMetadataResponse
    Index

    Properties

    aliasSetIds?: number[]
    collectibleCount: number
    collectibleRevealedCount: number
    hyped: boolean
    id: number
    name: string
    nonCollectibleCount: number
    nonCollectibleRevealedCount: number
    slug: string
    type: SetType