/**
 * @deprecated This type replaced with NavigationProps
 */
export interface NavigationComponentProps {
  componentId: string;
}

export interface NavigationProps {
  componentId: string;
  componentName: string;
}
