Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Sep 5, 2024
1 parent 7df6196 commit 19baf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type Serializable = Record<string, any>

declare interface IModelMethods<T extends Serializable = {}> {
declare interface IModelMethods<T extends Serializable = Serializable> {
serialize: () => T
// static clean: (data: any) => T
}

0 comments on commit 19baf59

Please sign in to comment.