Skip to content

Commit

Permalink
Add req
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonWon Choi committed Sep 4, 2024
1 parent ba32f4b commit e20eb22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
import { AWSLexProviderOption } from '../../src/lex-v1/types';
import { AWSLexV2ProviderOption } from '../../src/lex-v2/types';
require('crypto');

export const generateRandomLexV1Config = (): AWSLexProviderOption => ({
name: crypto.randomUUID(),
Expand Down

0 comments on commit e20eb22

Please sign in to comment.