import * as NullOrUndefinedCheck from "../../../../../sync/check/generic/null-or-undefined"; import * as check from "../../../../../generated/sync/check/dictionary-of/null-or-undefined"; export type MaybeDictionaryOfNullOrUndefinedErrorCodeType = check.DictionaryOfNullOrUndefinedResult; export function checkMaybeDictionaryOfNullOrUndefined (mixed : any) : undefined|MaybeDictionaryOfNullOrUndefinedErrorCodeType { return NullOrUndefinedCheck.checkNullOrUndefinedOr( mixed, check.checkDictionaryOfNullOrUndefined ); }