fixed linting

This commit is contained in:
Boki 2025-06-20 08:35:24 -04:00
parent 5436509ed6
commit 48503ce8d1
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ export type DeepPartial<T> = T extends object
}
: T;
export type ConfigSchema = z.ZodSchema<any>;
export type ConfigSchema = z.ZodSchema<unknown>;
export interface ProviderConfig {
name: string;