Skip to content

Commit

Permalink
Merge pull request #1 from Canadian-Geospatial-Platform/fix-comments
Browse files Browse the repository at this point in the history
Comments (try a merge PR) (#1)
  • Loading branch information
jolevesq authored Oct 12, 2023
2 parents f49b25a + 1b856ae commit 06b377a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chart-validator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Ajv from 'ajv';

/**
* Represents the result of a Chart data or options inputs validations.
*/
export type ValidatorResult = {
valid: boolean;
errors?: string[];
Expand Down

0 comments on commit 06b377a

Please sign in to comment.