import * as NullOrUndefinedCheck from "../../../../../sync/check/generic/null-or-undefined"; import * as check from "../../../../../generated/sync/check/dictionary-of/boolean"; export type MaybeDictionaryOfBooleanErrorCodeType = check.DictionaryOfBooleanResult; export function checkMaybeDictionaryOfBoolean (mixed : any) : undefined|MaybeDictionaryOfBooleanErrorCodeType { return NullOrUndefinedCheck.checkNullOrUndefinedOr( mixed, check.checkDictionaryOfBoolean ); }