mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix: add missing 'provider' property to ProviderEntity interface
This commit is contained in:
@@ -72,6 +72,7 @@ export interface ProviderProps {
|
||||
export interface ProviderEntity {
|
||||
uid: string;
|
||||
alias: string | null;
|
||||
provider: ProviderType;
|
||||
}
|
||||
|
||||
export interface ProviderConnectionStatus {
|
||||
|
||||
Reference in New Issue
Block a user