SerenityJS
    Preparing search index...

    Interface BlueCandleBlock

    interface BlueCandleBlock {
        candles?: number;
        lit?: boolean;
    }
    Index

    Properties

    Properties

    candles?: number
    lit?: boolean