Interfaces: add shows-api-creation.ts

This commit is contained in:
Toast 2025-01-30 12:11:24 +01:00
parent ac9d6a4566
commit e05a26c8f3

View file

@ -0,0 +1,5 @@
export interface ShowsApiCreation {
status: string
message: string
newId: string
}