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

    Type Alias IndexerCategoryWritable

    type IndexerCategoryWritable = {
        id?: number;
        name?: string | null;
        description?: string | null;
    }
    Index
    id?: number
    name?: string | null
    description?: string | null