Skip to content

Commit 75131ca

Browse files
committed
Additional file for Maestro API (beta)
1 parent 8cdc218 commit 75131ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ExamplesApiTypeExtensions.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ public enum ExamplesApiType
4949
/// </summary>
5050
[Description("web")]
5151
WebForms = 6,
52+
53+
/// <summary>
54+
/// Maestro API
55+
/// </summary>
56+
[Description("mae")]
57+
Maestro = 7,
5258
}
5359

5460
public static class ExamplesApiTypeExtensions

0 commit comments

Comments
 (0)