Skip to content

Commit ef97dcc

Browse files
committed
Merge branch 'pr/61' into bug/promise-handled
2 parents b1fac74 + d80401c commit ef97dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface StackConfig {
6161

6262
// ContentTypeCollection
6363
export interface ContentTypeCollection{
64-
contentTypes: Array<any>
64+
content_types: Array<any>
6565
count?: number
6666
}
6767

@@ -219,4 +219,4 @@ export class Query extends Entry {
219219

220220
find(fetchOptions?: object): Promise<any>;
221221
findOne(): Promise<any>;
222-
}
222+
}

0 commit comments

Comments
 (0)