skeldjs
    Preparing search index...

    Type Alias DoorsSystemEvents<RoomType>

    DoorsSystemEvents: SystemStatusEvents<RoomType> & DoorEvents<RoomType> & ExtractEventTypes<
        [],
    >

    Type Parameters