Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias IndexerCategory

    type IndexerCategory = {
        id?: number;
        name?: string | null;
        description?: string | null;
        subCategories?: IndexerCategory[] | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    description?: string | null
    subCategories?: IndexerCategory[] | null