Xivgear Types Documentation
    Preparing search index...

    Interface PutPreferencesRequest

    interface PutPreferencesRequest {
        nextSetId?: number;
        preferences?: UserPreferences | null;
    }
    Index

    Properties

    nextSetId?: number

    int32

    preferences?: UserPreferences | null