Skip to content

Commit

Permalink
DO-1546: include fargate option ts
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Oct 12, 2023
1 parent 56a145c commit 0741926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface PrerenderFargateOptions {
* A list of tokens to use for authentication with the Prerender service.
* This parameter is deprecated and will be removed in a future release.
* Please use the `tokenUrlAssociation` parameter instead.
* __If `tokenUrlAssociation` is provided, `tokenList` will be ignored__
* *If `tokenUrlAssociation` is provided, `tokenList` will be ignored*
*/
tokenList: Array<string>;
/**
Expand Down

0 comments on commit 0741926

Please sign in to comment.