UNPKG

@oystehr/sdk

Version:

Oystehr SDK

11 lines (9 loc) 316 B
// AUTOGENERATED -- DO NOT EDIT import { MessagingServiceInfo } from './MessagingServiceInfo'; /** * Successfully returned a Messaging Services configuration. */ export interface MessagingGetMessagingConfigResponse { conversationConfig?: MessagingServiceInfo; transactionalSMSConfig?: MessagingServiceInfo; }