fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -7,3 +7,3 @@ export interface FastCommentsSSO { | ||
/** The timestamp of when the verificationHash was created. */ | ||
timestamp: string | ||
timestamp: number | ||
/** The logout URL for the user. If you define the SSO configuration, but not this, the logout link won't be shown. */ | ||
@@ -10,0 +10,0 @@ logoutURL?: string |