#591 - server-providers

This commit is contained in:
Saeed Vaziry
2025-05-18 21:12:06 +02:00
parent 8b4d156afa
commit 1ed5d7362b
18 changed files with 349 additions and 93 deletions

View File

@ -1,8 +1,9 @@
export interface ServerProvider {
id: number;
user_id: number;
name: string;
provider: string;
name: string;
global: boolean;
connected: boolean;
project_id?: number;
created_at: string;