Skip to content

Commit

Permalink
Schema fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Aug 2, 2024
1 parent c4b4adf commit e611ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/BaseEntityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ export interface IModelSchema {
keys: IColumn[];
properties: IColumn[];
relations: IRelation[];
methods?: { [key: string]: any };
queries?: { [key: string]: any };
actions?: { [key: string]: any };
}

export interface IModel<T, TQ = any, TA = any> {
Expand Down

0 comments on commit e611ed4

Please sign in to comment.