SerenityJS
    Preparing search index...

    Interface ChiseledBookshelfBlock

    interface ChiseledBookshelfBlock {
        books_stored?: number;
        direction?: number;
    }
    Index

    Properties

    books_stored?: number
    direction?: number