File size: 150 Bytes
3420ebd
 
 
 
 
 
1
2
3
4
5
6
7
export type DynamicConfig = {
  oauthClientId: string
  oauthScopes: string
  enableHuggingFaceOAuth: boolean
  enableHuggingFaceOAuthWall: boolean
}