import * as check from "../../../../../generated/sync/check/array-of/dictionary-of/object"; export function isArrayOfDictionaryOfObject (mixed : any) : mixed is ({ [key : string] : Object })[] { return check.checkArrayOfDictionaryOfObject(mixed) === undefined; }