Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: add YanceyMusic interface
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Dec 26, 2019
1 parent 8d80ec3 commit 665f148
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/yancey-music/interfaces/yancey-music.interface.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Document } from 'mongoose'

export interface YanceyMusic extends Document {
readonly title: string
readonly soundCloudUrl: string
readonly posterUrl: string
readonly releaseDate: string
readonly createdAt: string
readonly updatedAt: string
}

0 comments on commit 665f148

Please sign in to comment.