@oystehr/sdk
Version:
Oystehr SDK
10 lines (9 loc) • 337 B
TypeScript
/**
* 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;
}