fix: add missing 'provider' property to ProviderEntity interface

This commit is contained in:
Alan Buscaglia
2025-10-17 15:00:05 +02:00
parent 579ae0538b
commit fd74850cfd
+1
View File
@@ -72,6 +72,7 @@ export interface ProviderProps {
export interface ProviderEntity {
uid: string;
alias: string | null;
provider: ProviderType;
}
export interface ProviderConnectionStatus {