Services/shows: add function to remove show
This commit is contained in:
parent
bd10e76379
commit
1b19988279
2 changed files with 9 additions and 0 deletions
4
src/interfaces/shows-api-deletion.ts
Normal file
4
src/interfaces/shows-api-deletion.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export interface ShowsApiDeletion {
|
||||
status: string
|
||||
message: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue