mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-14 18:54:32 +00:00
9 lines
100 B
C#
9 lines
100 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum Runtime
|
|
{
|
|
Server,
|
|
WebAssembly
|
|
}
|
|
}
|