LeviLamina
Loading...
Searching...
No Matches
AzureNotebooksEnvironment.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class AzureNotebooksEnvironment : int {
6 Staging = 0,
7 Production = 1,
8};