fix safelist variant key required by typings (#9200)

This commit is contained in:
Augustine Calvino 2022-08-28 11:00:22 -06:00 committed by GitHub
parent b0a549923f
commit da850424dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/config.d.ts vendored
View File

@ -49,7 +49,7 @@ type SafelistConfig =
| string[]
| {
pattern: RegExp
variants: string[]
variants?: string[]
}[]
// Presets related config