SW Combine SDK
    Preparing search index...

    Interface TypesNpcEntity

    Detailed /types/npcs/:uid response shape. Fields are optional where the API may return variant payloads.

    interface TypesNpcEntity {
        class?: TypesNpcClass;
        description?: string;
        hiringlocations?: Record<string, never> | TypesNpcHiringLocations;
        images?: TypesNpcImages;
        name: string;
        price?: TypesNpcPrice;
        skills?: TypesCreatureSkills;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description?: string
    hiringlocations?: Record<string, never> | TypesNpcHiringLocations
    name: string
    uid: string