UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

13 lines 420 B
type TransactionMetadata = Record<string, string | number | boolean>; export declare function transactionMock(flow: string, { metadata }?: { metadata?: TransactionMetadata; }): { build: <API>(api: API) => { setMetadata: (key: string, value: string | number | boolean | null) => API; }; state: { metadata: TransactionMetadata; }; }; export {}; //# sourceMappingURL=transaction.d.ts.map