Skip to content

Commit

Permalink
feat(map): update type def
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Oct 20, 2023
1 parent d2dd631 commit 8a140df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/concerto-core/types/lib/modelutil.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,4 @@ declare class ModelUtil {
* @return {boolean} true if the Value is a valid Map Value
*/
static isValidMapValue(value: any): boolean;
/**
* Returns the corresponding ClassDeclaration representation of the Map Type
* @param {string} type - the Type of the Map Value
* @param {ModelFile} modelFile - the ModelFile that owns the Property
* @return {Object} the corresponding ClassDeclaration representation
*/
static getTypeDeclaration(type: string, modelFile: ModelFile): any;
}
import ModelFile = require("../lib/introspect/modelfile");

0 comments on commit 8a140df

Please sign in to comment.