This commit is contained in:
Adria Navarro 2025-03-21 09:32:03 +01:00
parent df3e8fa430
commit da06fe783e
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import { OAuth2ConfigResponse } from "@budibase/types"
import { FetchOAuth2ConfigsResponse } from "@budibase/types"
export interface OAuth2Config extends OAuth2ConfigResponse {}
export type OAuth2Config = FetchOAuth2ConfigsResponse["configs"][0]