import * as check from "../../../../../../generated/sync/check/array-of/maybe/dictionary-of/null"; export function isArrayOfMaybeDictionaryOfNull (mixed : any) : mixed is ((null|undefined|({ [key : string] : null }))|null|undefined)[] { return check.checkArrayOfMaybeDictionaryOfNull(mixed) === undefined; }