Skip to content

Commit

Permalink
Merging 8a11ea0 into trunk-temp/pr-3013/f51f20ee-6776-4855-aa6c-0b45e…
Browse files Browse the repository at this point in the history
…fea3d53
  • Loading branch information
trunk-io[bot] authored Jan 30, 2025
2 parents f3a45a7 + 8a11ea0 commit 5abecf4
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 @@ -1242,7 +1242,7 @@ export function shield(options: ShieldOptions): Primitive<{}> {
];
}

export type ProtectSignupOptions<Characteristics extends string[]> = {
export type ProtectSignupOptions<Characteristics extends readonly string[]> = {
rateLimit: SlidingWindowRateLimitOptions<Characteristics>;
bots: BotOptions;
email: EmailOptions;
Expand Down

0 comments on commit 5abecf4

Please sign in to comment.