Skip to content

Commit

Permalink
πŸ”„ [chore]: Automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Sep 15, 2023
1 parent 0ba11ce commit 8d46b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/validation/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import FieldDescriptor from "../model/descriptor/field.descriptor";
import { EntityProcessorConfig } from "../model/processor/entity.processor";
import MetadataProcessor from "../model/processor/metadata.processor";

//! TODO: Add function strategy and getter strategy

export default abstract class ValidationStrategy<
TFieldType = any,
TDetailedResult = any,
Expand Down

0 comments on commit 8d46b60

Please sign in to comment.