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

    Type Alias ParseResourceWritable

    type ParseResourceWritable = {
        id?: number;
        title?: string | null;
        parsedBookInfo?: ParsedBookInfo;
        author?: AuthorResourceWritable;
        books?: BookResourceWritable[] | null;
    }
    Index

    Properties

    id?: number
    title?: string | null
    parsedBookInfo?: ParsedBookInfo
    books?: BookResourceWritable[] | null