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