UNPKG

cloudhospital.react.sdk

Version:
7 lines (6 loc) 338 B
import { CommunicationUserTokenModel } from 'ch-api-client-typescript2/lib/models/communication-user-token-model'; export declare const getCommunicationUser: () => Promise<CommunicationUserTokenModel>; declare const communications: { getCommunicationUser: () => Promise<CommunicationUserTokenModel>; }; export default communications;