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

    Type Alias DiscoverSlider

    type DiscoverSlider = {
        id?: number;
        type: number;
        title: string | null;
        isBuiltIn?: boolean;
        enabled: boolean;
        data: string | null;
    }
    Index

    Properties

    id?: number
    type: number
    title: string | null
    isBuiltIn?: boolean
    enabled: boolean
    data: string | null