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

    Type Alias Network

    type Network = {
        id?: number;
        logoPath?: string | null;
        originCountry?: string;
        name?: string;
    }
    Index

    Properties

    id?: number
    logoPath?: string | null
    originCountry?: string
    name?: string