Documentation
    Preparing search index...

    Interface NameId

    Base record interface containing name and id properties that often appear together in Blizzard API responses.

    interface NameId {
        id: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number
    name: string