Xivgear Types Documentation
    Preparing search index...

    Interface GetPreferencesResponse

    interface GetPreferencesResponse {
        found?: boolean;
        nextSetId?: number;
        preferences?: UserPreferences | null;
    }
    Index

    Properties

    found?: boolean
    nextSetId?: number

    int32

    preferences?: UserPreferences | null