chore!: remove note music deprecated field
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user