Skip to content

Commit

Permalink
DanilF - Updated typings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dflor003 committed Oct 21, 2015
1 parent b843d3a commit 082bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/decorum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare module '__decorum/validator' {
};
export default class Validator {
static new(model: any): ModelValidator;
static setValidations(objectType: any, definitions: ValidationDefinitions): void;
static decorate(objectType: any, definitions: ValidationDefinitions): void;
static validate(model: any): IValidationResult;
}
}
Expand Down

0 comments on commit 082bcbb

Please sign in to comment.