9 lines
100 B
C#
9 lines
100 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum Runtime
|
|
{
|
|
Server,
|
|
WebAssembly
|
|
}
|
|
}
|