import type { GlobalProps, GlobalState, OrientationProps } from '../../shared/model.js'; export type DBTabListProps = GlobalProps & OrientationProps; export interface DBTabListState extends GlobalState { _id?: string; }