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

    Type Alias Genre

    type Genre = {
        id?: number;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: number
    name?: string