@oystehr/sdk
Version:
Oystehr SDK
12 lines (10 loc) • 362 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
/**
* 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;
}