script: {
configPartial: string;
evaluate: (
cond: any,
__namedParameters: { actor: any; feature: any; hookArgs: any },
) => Promise<any>;
hooks: string;
}
Type Declaration
-
configPartial: string
-
evaluate: (
cond: any,
__namedParameters: { actor: any; feature: any; hookArgs: any },
) => Promise<any>
-
hooks: string
Evaluate an arbitrary JS expression (async so the body may use await).