cloudhospital.react.sdk
Version:
### Build local package
7 lines (6 loc) • 338 B
TypeScript
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;