Skip to content

Commit 1b81587

Browse files
committed
fix: Rebased types
1 parent abd1715 commit 1b81587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/types/json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface ClientJSON extends ClerkResourceJSON {
113113
captcha_bypass?: boolean; // this is used by the @clerk/testing package
114114
last_active_session_id: string | null;
115115
last_authentication_strategy: LastAuthenticationStrategy | null;
116-
client_trust_state: ClientTrustState | null;
116+
client_trust_state?: ClientTrustState;
117117
cookie_expires_at: number | null;
118118
created_at: number;
119119
updated_at: number;

0 commit comments

Comments
 (0)