diff --git a/src/schemas.ts b/src/schemas.ts index 194e6f2..0adf08d 100644 --- a/src/schemas.ts +++ b/src/schemas.ts @@ -77,4 +77,4 @@ export type Change = z.infer export type Changes = z.infer export type ConfigurationOptions = z.infer export type Severity = z.infer -export type Scope = typeof SCOPES[number] +export type Scope = (typeof SCOPES)[number]