NavigationBodyDTO.ets 278 Bytes
import { BottomNavDTO } from './BottomNavDTO';

/**
 * 导航Body数据
 */
export interface NavigationBodyDTO {
  backgroundColor: string;
  bottomNavList: BottomNavDTO[];
  // greyBottomNav: GreyBottomNav;
  immersiveBackgroundColor: string;
  nightBackgroundColor: string;
}