import { ScreenDataModelState } from '';
import { NConnectState } from 'nsn-model-type';

export type ConnectState = {
  screen_data: ScreenDataModelState,
}
  & Pick<NConnectState, 'loading'>