Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SlackSettings

    type SlackSettings = {
        enabled?: boolean;
        types?: number;
        options?: { webhookUrl?: string };
    }
    Index

    Properties

    enabled?: boolean
    types?: number
    options?: { webhookUrl?: string }