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