chore: lint

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2023-06-10 16:36:14 +08:00
parent 3a9e25763e
commit b22666694a
43 changed files with 168 additions and 160 deletions

View File

@@ -1,10 +1,10 @@
import { CategoryModel } from './category'
import { NoteModel } from './note'
import { PageModel } from './page'
import { PostModel } from './post'
import { SayModel } from './say'
import { SeoOptionModel } from './setting'
import { UserModel } from './user'
import type { CategoryModel } from './category'
import type { NoteModel } from './note'
import type { PageModel } from './page'
import type { PostModel } from './post'
import type { SayModel } from './say'
import type { SeoOptionModel } from './setting'
import type { UserModel } from './user'
export interface AggregateRoot {
user: UserModel