Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Apr 13, 2020
1 parent 8abbdbd commit 99caa2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ISource } from './source';
type SourceRegistryEntry = {
ConstructorFunction: new (
sourceDescriptor: any, // this is the source-descriptor that corresponds specifically to the particular ISource instance
inspectorAdapters: unknown
inspectorAdapters?: object
) => ISource;
type: string;
};
Expand Down

0 comments on commit 99caa2e

Please sign in to comment.