@truenas/api-client
    Preparing search index...

    Interface TelegramServiceModel

    interface TelegramServiceModel {
        bot_token: string;
        chat_ids: [number, ...number[]];
        type: "Telegram";
    }
    Index
    bot_token: string
    chat_ids: [number, ...number[]]

    1

    type: "Telegram"