From 8bb0b84b5e2260dc9bbd6cf90ca4dddeb91b1a02 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 14 Mar 2026 05:43:24 +0100 Subject: Shorten imports --- src/util/interfaces/ConnectedAccount.ts | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/util/interfaces/ConnectedAccount.ts') diff --git a/src/util/interfaces/ConnectedAccount.ts b/src/util/interfaces/ConnectedAccount.ts index 57cda25d..0433355c 100644 --- a/src/util/interfaces/ConnectedAccount.ts +++ b/src/util/interfaces/ConnectedAccount.ts @@ -15,21 +15,3 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ - -export interface ConnectedAccountCommonOAuthTokenResponse { - access_token: string; - token_type: string; - scope: string; - refresh_token?: string; - expires_in?: number; -} - -export interface ConnectedAccountTokenData { - access_token: string; - token_type?: string; - scope?: string; - refresh_token?: string; - expires_in?: number; - expires_at?: number; - fetched_at: number; -} -- cgit 1.5.1