Interface FBMessageDataBotTimes

interface FBMessageDataBotTimes {
    bot_entry_date: string;
    bot_exit_date: string;
    bot_total_time: number;
}

Properties

bot_entry_date: string
bot_exit_date: string
bot_total_time: number