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

    Type Alias BookshelfAuthorResource

    type BookshelfAuthorResource = {
        id?: number;
        monitored?: boolean | null;
        books?: BookResource[] | null;
    }
    Index

    Properties

    Properties

    id?: number
    monitored?: boolean | null
    books?: BookResource[] | null