mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 03:27:48 +00:00
14 lines
237 B
C#
14 lines
237 B
C#
|
|
namespace MtApi5.MtProtocol
|
||
|
|
{
|
||
|
|
namespace ICustomRequest
|
||
|
|
{
|
||
|
|
public enum ParametersType
|
||
|
|
{
|
||
|
|
Int = 0,
|
||
|
|
Double = 1,
|
||
|
|
String = 2,
|
||
|
|
Boolean = 3
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|