UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

8 lines 229 B
export declare function rulesMock(flow: string, { executedRules }?: { executedRules?: string[]; }): { build: <T>(api: T) => { wasExecuted: (ruleId: string) => boolean; }; }; //# sourceMappingURL=rules.d.ts.map