jbilcke-hf's picture
jbilcke-hf HF Staff
emergency fix
3420ebd
raw
history blame contribute delete
150 Bytes
export type DynamicConfig = {
oauthClientId: string
oauthScopes: string
enableHuggingFaceOAuth: boolean
enableHuggingFaceOAuthWall: boolean
}