import { WorkStatusType } from '@ucap-webmessenger/protocol-status'; export interface CommonUserInfo { /** 업무 상태 */ workstatus?: WorkStatusType; }