hashiverse-client-web - v0.1.0
    Preparing search index...

    Interface UserSettingsCache

    interface UserSettingsCache {
        content_thresholds: ContentThresholds;
        followed_client_ids: Set<string>;
        invalidate: () => void;
        is_logged_in: boolean;
        own_client_id: string;
        reset: () => void;
        skip_warnings_for_followed: boolean;
    }
    Index

    Properties

    content_thresholds: ContentThresholds
    followed_client_ids: Set<string>
    invalidate: () => void
    is_logged_in: boolean
    own_client_id: string
    reset: () => void
    skip_warnings_for_followed: boolean