Skip to content

Commit

Permalink
fix(delete): Missing extra arg in type.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdesmares committed May 6, 2024
1 parent f98c5eb commit 7c49f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export type UpdateFieldDeclarationType<M extends Model> = {
}

export type DeleteFieldDeclarationType<M extends Model<M>> = {
extraArg?: ExtraArg
before?: DeleteBeforeHook<M>
after?: DeleteAfterHook<M>
subscriptionFilter?: SubscriptionFilterHook
Expand Down

0 comments on commit 7c49f37

Please sign in to comment.