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