Variable MongoLoggableComponentConst

MongoLoggableComponent: Readonly<{
    CLIENT: "client";
    COMMAND: "command";
    CONNECTION: "connection";
    SERVER_SELECTION: "serverSelection";
    TOPOLOGY: "topology";
}> = ...