/** * This is auto-generated file, don't modify this file manually */ export interface SecureSmsNotification { /** * Application ID */ app_id?: string; /** * Date when message has been sent in Unixtime */ date?: string; /** * Notification ID */ id?: string; /** * Messsage text */ message?: string; /** * User ID */ user_id?: string; }