Skip to content

Commit

Permalink
Merge pull request #84 from Ackos95/cradle-typing
Browse files Browse the repository at this point in the history
[#83] Changed cradle typing into  to enable casting
  • Loading branch information
jeffijoe authored Mar 1, 2018
2 parents e3181da + 55f32d8 commit 3108eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface AwilixContainer {
* The proxy injected when using `PROXY` injection mode.
* Can be used as-is.
*/
readonly cradle: { [key: string]: any } & Iterable<string>
readonly cradle: any
/**
* Getter for the rolled up registrations that merges the container family tree.
*/
Expand Down

0 comments on commit 3108eb5

Please sign in to comment.