mirror of https://github.com/grafana/grafana
SAML: Move type definitions to auth config to change ownership to authnz team (#72463)
* refactor: move file for ownership * deleted the filepull/72084/head
parent
9b4dde7430
commit
b4c4b512d7
@ -1,20 +0,0 @@ |
||||
import { Settings } from 'app/types'; |
||||
|
||||
export interface AuthConfigState { |
||||
settings: Settings; |
||||
providerStatuses: Record<string, AuthProviderStatus>; |
||||
isLoading?: boolean; |
||||
updateError?: SettingsError; |
||||
warning?: SettingsError; |
||||
} |
||||
|
||||
export interface AuthProviderStatus { |
||||
enabled: boolean; |
||||
configured: boolean; |
||||
hide?: boolean; |
||||
} |
||||
|
||||
export interface SettingsError { |
||||
message: string; |
||||
errors: string[]; |
||||
} |
Loading…
Reference in new issue