/**
 * Interface defining the property object that describes the sms invite data.
 *
 * @see [SmsInviteData](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface SmsInviteData {
    smsNumber: string;
    orgTeamId?: string;
}
