// File: src/types/toolbar-settings.ts export interface IToolbarSettings { showToolbar?: boolean; enabled?: boolean; }