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

    Type Alias RenameBookResource

    type RenameBookResource = {
        id?: number;
        authorId?: number;
        bookId?: number;
        bookFileId?: number;
        existingPath?: string | null;
        newPath?: string | null;
    }
    Index

    Properties

    id?: number
    authorId?: number
    bookId?: number
    bookFileId?: number
    existingPath?: string | null
    newPath?: string | null