Fix build

This commit is contained in:
Adria Navarro 2025-03-17 14:14:15 +01:00
parent 9e3e59825e
commit aad6b8b59f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
interface OAuth2ConfigResponse {
export interface OAuth2ConfigResponse {
id: string
name: string
}