Documentation
    Preparing search index...

    Interface GenderName

    The playable gender names/descriptions in World of Warcraft.

    interface GenderName {
        female: string | null;
        male: string | null;
    }
    Index

    Properties

    Properties

    female: string | null
    male: string | null