h1z1-server
    Preparing search index...

    Interface LoadoutSetLoadoutSlots

    interface LoadoutSetLoadoutSlots {
        characterId?: string;
        currentSlotId?: number;
        loadoutData: { loadoutSlots?: unknown[] };
        loadoutId?: number;
    }
    Index

    Properties

    characterId?: string
    currentSlotId?: number
    loadoutData: { loadoutSlots?: unknown[] }
    loadoutId?: number