mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
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:
@@ -1,7 +1,6 @@
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
import {
|
||||
ServerTokenResponse,
|
||||
Server,
|
||||
Connector,
|
||||
DataSource,
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
export interface ServerTokenResponse {
|
||||
access_token?: string;
|
||||
}
|
||||
|
||||
interface Provider {
|
||||
name: string;
|
||||
icon: string;
|
||||
|
||||
Reference in New Issue
Block a user