Created
August 28, 2021 19:44
-
-
Save buildmotion/6f60d35e35d142a4c5381eee620f6d7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ValidationContext } from '@buildmotion/rules-engine'; | |
import { ValidationContextState } from '@buildmotion/rules-engine'; | |
... | |
export class myClass { | |
validationContext: ValidationContext = new ValidationContext(); | |
// implementation details here; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment