UNPKG

zhu-jiang-yi-yuan-mobile

Version:

南方医科大学珠江医院移动端

7 lines (6 loc) 209 B
import { NConnectState } from 'nsn-model-type'; import { MobileDataModelState } from './MobileDataModel'; export type ConnectState = { mobile_data: MobileDataModelState, } & Pick<NConnectState, 'loading'>