import { Types } from '@notifi-network/notifi-graphql'; /** * Target object for SMS/phone numbers * * @remarks * Target object for SMS/phone numbers * * @property {string | null} id - Id of the SmsTarget used later to be added into a TargetGroup * @property {string | null} name - Friendly name (must be unique) * @property {string | null} phoneNumber - Phone number for the Target * @property {boolean} isConfirmed - Is confirmed? After adding it will be auto-confirmed. Users can opt-out with STOP codes * */ export declare type SmsTarget = Types.SmsTargetFragmentFragment; //# sourceMappingURL=SmsTarget.d.ts.map