Skip to content

Commit

Permalink
fix(cli): force allow any for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed May 23, 2024
1 parent 0ac9627 commit fc34882
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type IdMappers<T, Virtual extends string = never> = {
[key in Virtual]?: IdMapperClient;
};

/* eslint-disable @typescript-eslint/no-explicit-any */
export type BaseSchema = any;
export type Query<T extends DirectusBaseType> = DirectusQuery<BaseSchema, T>;

Expand Down

0 comments on commit fc34882

Please sign in to comment.