Performers component v1
This commit is contained in:
9
types/Performer.ts
Normal file
9
types/Performer.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
type Performer = {
|
||||
id: number,
|
||||
name: string,
|
||||
paragraphs: Array<string>,
|
||||
imagePath: string,
|
||||
showDesc: boolean
|
||||
}
|
||||
|
||||
export default Performer;
|
||||
Reference in New Issue
Block a user