export type Input = { [p: string]: any; } | Array; export type JsonPointer = string; export type QueryResult = [ any, string | null, { [p: string]: any; } | Array | null, JsonPointer ];