Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active March 14, 2019 10:46
Show Gist options
  • Save arturovt/b482b2d828f69cf50db82369be479c5d to your computer and use it in GitHub Desktop.
Save arturovt/b482b2d828f69cf50db82369be479c5d to your computer and use it in GitHub Desktop.
export interface EffectNotification {
effect: Observable<any> | (() => Observable<any>);
propertyName: string;
sourceName: string;
sourceInstance: any;
notification: Notification<Action | null | undefined>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment