SerenityJS
    Preparing search index...

    Interface BeehiveBlock

    interface BeehiveBlock {
        direction?: number;
        honey_level?: number;
    }
    Index

    Properties

    direction?: number
    honey_level?: number