Skip to content

Commit

Permalink
[jeffijoe#83] Changed cradle typing into to enable casting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackos95 committed Mar 1, 2018
1 parent e3181da commit 55f32d8
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 55f32d8

Please sign in to comment.