chore!: remove note music deprecated field

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-04-06 18:10:12 +08:00
parent 5e4ad8da2d
commit 04c749de8a
4 changed files with 1 additions and 154 deletions

View File

@@ -15,7 +15,7 @@ export interface NoteModel extends TextBaseModel {
publicAt?: Date
password?: string | null
nid: number
music?: NoteMusicRecord[]
location?: string
coordinates?: Coordinate
@@ -23,11 +23,6 @@ export interface NoteModel extends TextBaseModel {
topicId?: string
}
export interface NoteMusicRecord {
type: string
id: string
}
export interface Coordinate {
latitude: number
longitude: number