import type { ClientSetupSection } from '../schemas/ClientSetupSection'; /** * Tab Setup step */ export interface TabSetupStep { header?: string; sections?: ClientSetupSection[]; }