# Type Alias: ConfigSchema

```ts
type ConfigSchema = JSONSchema7;
```

Configuration schema definition for plugin config.
Re-exported from the standard JSON Schema Draft 7 types.

## See

[JSON Schema Draft 7](https://json-schema.org/draft-07/json-schema-release-notes)
