brows3r — TypeScript API
    Preparing search index...

    Variable useValidationPrefsStoreConst

    useValidationPrefsStore: UseBoundStore<
        WithPersist<
            StoreApi<ValidationPrefsState>,
            { periodicRefreshEnabled: boolean; periodicRefreshMinutes: number },
        >,
    > = ...