removeEffect: {
allowedTargetScopes: never[];
configPartial: string;
execute: (
_outcome: any,
__namedParameters: { effectDoc: any },
) => Promise<void>;
}
Type Declaration
-
allowedTargetScopes: never[]
-
configPartial: string
-
execute: (_outcome: any, __namedParameters: { effectDoc: any }) => Promise<void>
Delete the effect that owns this trigger. No config needed.