Skip to content

Commit

Permalink
Merge e42df9f into 3388406
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksparrow committed Mar 3, 2020
2 parents 3388406 + e42df9f commit 497636d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/observer-mixin.d.ts
Expand Up @@ -21,7 +21,7 @@ export interface OperationHookContext<T extends typeof ModelBase> {

export type Listener<Ctx = OperationHookContext<typeof ModelBase>> = (
ctx: Ctx, next: (err?: any) => void
) => void;
) => PromiseOrVoid<void>;

export interface ObserverMixin {
/**
Expand Down

0 comments on commit 497636d

Please sign in to comment.