Thanks to visit codestin.com
Credit goes to mongodb.github.io

Variable ProfilingLevelConst

ProfilingLevel: Readonly<{
    all: "all";
    off: "off";
    slowOnly: "slow_only";
}> = ...