fixed linting
This commit is contained in:
parent
5436509ed6
commit
48503ce8d1
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue