UNPKG

zhu-jiang-yi-yuan-bigscreen

Version:

南方医科大学珠江医院大屏端

7 lines (6 loc) 192 B
import { ScreenDataModelState } from ''; import { NConnectState } from 'nsn-model-type'; export type ConnectState = { screen_data: ScreenDataModelState, } & Pick<NConnectState, 'loading'>