Skip to content

Commit

Permalink
Update tasks.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 30, 2024
1 parent b7c1e2f commit 9043521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/application/tasks.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type TaskParamWithEntities<E = Entity, A = ApplicationType<E>> = TaskParamWithAp

type TaskParamWithApplicationDefaults<E = Entity, A = ApplicationType<E>> = TaskParamWithControl &
TaskParamWithApplication<E, A> &
ApplicationDefaultsTaskParam<Required<A>>;
ApplicationDefaultsTaskParam<E, Required<A>>;

type PreparingTaskParam<E = Entity, A = ApplicationType<E>> = TaskParamWithApplicationDefaults<E, A> &
TaskParamWithSource<BaseApplicationSource>;
Expand Down

0 comments on commit 9043521

Please sign in to comment.