mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-01 07:03:29 +02:00
Merge commit from fork
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace WireMock.Types;
|
||||
|
||||
/// <summary>
|
||||
/// A enum defining the supported Handlebar helpers.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum CustomHandlebarHelpers
|
||||
{
|
||||
None = 0,
|
||||
|
||||
File = 1,
|
||||
|
||||
All = File
|
||||
}
|
||||
Reference in New Issue
Block a user