mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-18 08:07:09 +01:00
8 lines
174 B
C#
8 lines
174 B
C#
using Microsoft.OpenApi.Models;
|
|
|
|
namespace WireMock.Net.OpenApiParser.Utils;
|
|
|
|
internal interface IExampleValueGenerator
|
|
{
|
|
object GetExampleValue(OpenApiSchema? schema);
|
|
} |