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

    Type Alias GotifySettings

    type GotifySettings = {
        enabled?: boolean;
        types?: number;
        options?: { url?: string; token?: string };
    }
    Index

    Properties

    enabled?: boolean
    types?: number
    options?: { url?: string; token?: string }