Sign in
appsheet-third-party
/
epplus
/
refs/heads/main
/
.
/
AppsheetEpplus
/
Utils
/
IValidationResult.cs
blob: 70c1df9284a9464f01c1a8da8f5afa8bb331698e [
file
] [
log
] [
blame
] [
edit
]
namespace
AppsheetEpplus
;
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}