UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines 297 B
export declare function validationMock(flow: string): { state: { error: null | { code: string; message: string; }; }; build: <T>(api: T) => { error: (code: string, message: string) => T; }; }; //# sourceMappingURL=validation.d.ts.map