Skip to content

Commit

Permalink
Merging 2e0dd7c into trunk-temp/pr-181/0674ccc3-83e8-425e-923c-f07a1f…
Browse files Browse the repository at this point in the history
…7d956b
  • Loading branch information
trunk-io[bot] authored Feb 6, 2024
2 parents 2576341 + 2e0dd7c commit e10778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ export type ExtraProps<Rules> = Rules extends []
* @property ...extra - Extra data that might be useful for Arcjet. For example, requested tokens are specified as the `requested` property.
*/
export type ArcjetRequest<Props extends PlainObject> = Simplify<
Partial<ArcjetRequestDetails & Props>
Partial<ArcjetRequestDetails> & Props
>;

function isLocalRule<Props extends PlainObject>(
Expand Down

0 comments on commit e10778c

Please sign in to comment.