We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5008e6c commit 4ced4f7Copy full SHA for 4ced4f7
packages/parse-react-ssr/src/index.ts
@@ -24,7 +24,7 @@ export const initializeParse = (serverURL: string, applicationId: string, javasc
24
export interface EncodedParseQuery {
25
className: string,
26
query: object,
27
- findResult?: object,
+ findResult?: [] | object[],
28
findError?: object
29
}
30
0 commit comments