Fix type
This commit is contained in:
parent
df3e8fa430
commit
da06fe783e
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue