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