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

    Type Alias Collection

    type Collection = {
        id?: number;
        name?: string;
        overview?: string;
        posterPath?: string;
        backdropPath?: string;
        parts?: MovieResult[];
    }
    Index

    Properties

    id?: number
    name?: string
    overview?: string
    posterPath?: string
    backdropPath?: string
    parts?: MovieResult[]