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