Update packages/types/src/documents/global/config.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
This commit is contained in:
parent
4e1bebe897
commit
3d12607b98
|
@ -39,7 +39,9 @@ export interface GoogleInnerConfig {
|
|||
clientID: string
|
||||
clientSecret: string
|
||||
activated: boolean
|
||||
// deprecated / read only
|
||||
/**
|
||||
* @deprecated read only
|
||||
*/
|
||||
callbackURL?: string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue