Interfaces: add shows-api-creation.ts
This commit is contained in:
parent
ac9d6a4566
commit
e05a26c8f3
1 changed files with 5 additions and 0 deletions
5
src/interfaces/shows-api-creation.ts
Normal file
5
src/interfaces/shows-api-creation.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export interface ShowsApiCreation {
|
||||
status: string
|
||||
message: string
|
||||
newId: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue