mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 19:04:22 +02:00
refactor(backend): update directory structure for models
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
import { AhoCorasick } from 'slacc';
|
||||
import RE2 from 're2';
|
||||
import type { MiNote } from '@/models/entities/Note.js';
|
||||
import type { MiUser } from '@/models/entities/User.js';
|
||||
import type { MiNote } from '@/models/Note.js';
|
||||
import type { MiUser } from '@/models/User.js';
|
||||
|
||||
type NoteLike = {
|
||||
userId: MiNote['userId'];
|
||||
|
||||
Reference in New Issue
Block a user