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