Update packages/types/src/documents/global/config.ts

Co-authored-by: Adria Navarro <adria@revityapp.com>
This commit is contained in:
Rory Powell 2023-02-27 12:02:49 +00:00 committed by GitHub
parent 4e1bebe897
commit 3d12607b98
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ export interface GoogleInnerConfig {
clientID: string
clientSecret: string
activated: boolean
// deprecated / read only
/**
* @deprecated read only
*/
callbackURL?: string
}