Table of Contents

Interface IFormattingAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for formatting answer.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(FormattingAnswerSuccess), "success")]
[JsonDerivedType(typeof(FormattingAnswerFailure), "failure")]
public interface IFormattingAnswer