UNPKG

519 BSource Map (JSON)View Raw
1{"version":3,"sources":["../src/interfaces/sms-log-info.interface.ts"],"names":[],"mappings":"","file":"sms-log-info.interface.js","sourcesContent":["export interface SmsLogInfo {\n code: number;\n\n message: string;\n\n data: Array<SmsLogData>;\n}\n\nexport interface SmsLogData {\n id: number;\n\n sendTime: string;\n\n targetMobile: string;\n\n validationCode: number;\n\n validationTime: number;\n\n isSuccess: boolean;\n\n responseCode: string;\n\n responseMessage: string;\n}\n"]}
\No newline at end of file