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