UNPKG

@speedup/notification-sms-smsir

Version:
19 lines (18 loc) 300 B
/** * Send result */ declare type ISendResult = { /** * Message ID in the provider's database */ messageId: string; /** * Target phone number */ phoneNumber: string; /** * Batch operation key */ batchKey: string; }; export default ISendResult;