Services/shows: add function to remove show

This commit is contained in:
Toast 2025-02-04 14:14:44 +01:00
parent bd10e76379
commit 1b19988279
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export interface ShowsApiDeletion {
status: string
message: string
}