Skip to content

Commit 0d5cc92

Browse files
feat(VEAllowedCallback): type for a Callback.
1 parent 0282201 commit 0d5cc92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/type/allowed-callback.type.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Allowed callback function names available for the `ValidationError`.
3+
*/
4+
export type VEAllowedCallback = 'setFix' | 'setMessage' | 'setProblem' | 'setTemplate';

0 commit comments

Comments
 (0)