We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1fac74 + d80401c commit ef97dccCopy full SHA for ef97dcc
1 file changed
index.d.ts
@@ -61,7 +61,7 @@ export interface StackConfig {
61
62
// ContentTypeCollection
63
export interface ContentTypeCollection{
64
- contentTypes: Array<any>
+ content_types: Array<any>
65
count?: number
66
}
67
@@ -219,4 +219,4 @@ export class Query extends Entry {
219
220
find(fetchOptions?: object): Promise<any>;
221
findOne(): Promise<any>;
222
-}
+}
0 commit comments