import * as check from "../../../../../../generated/sync/check/dictionary-of/maybe/array-of/dictionary"; export function isDictionaryOfMaybeArrayOfHasKeys (mixed : any, keys : T[]) : mixed is ((null|undefined|(({ [key : string] : any })[]))|null|undefined)[] { return check.checkDictionaryOfMaybeArrayOfHasKeys(mixed, keys) === undefined; } export function isDictionaryOfMaybeArrayOfNotHasKeys (mixed : any, keys : T[]) : mixed is ((null|undefined|(({ [key : string] : any })[]))|null|undefined)[] { return check.checkDictionaryOfMaybeArrayOfNotHasKeys(mixed, keys) === undefined; }