interface BoardUserSettings {
    autoRefreshState?: boolean;
}

Properties

autoRefreshState?: boolean