SerenityJS
    Preparing search index...

    Interface BellBlock

    interface BellBlock {
        attachment?: Attachment;
        direction?: number;
        toggle_bit?: boolean;
    }
    Index

    Properties

    attachment?: Attachment
    direction?: number
    toggle_bit?: boolean