chore: remove unused type ServerTokenResponse (#788)

After this commit[1], type `ServerTokenResponse` became unused, remove
it as well.

[1]: 57ab08fb6d
This commit is contained in:
SteveLauC
2025-07-21 15:30:26 +08:00
committed by GitHub
parent ad01504766
commit 29d14ff931
2 changed files with 0 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import { invoke } from "@tauri-apps/api/core";
import {
ServerTokenResponse,
Server,
Connector,
DataSource,

View File

@@ -1,7 +1,3 @@
export interface ServerTokenResponse {
access_token?: string;
}
interface Provider {
name: string;
icon: string;