/**
 * Successfully created a send message request. Note that this does not mean the message was sent successfully; there may be a reason the message is not sent.
 */
export interface TransactionalSMSSendResponse {
    /**
     * The UUID of the FHIR Communication resource that represents the message
     */
    resourceId?: string;
}
