services refactor
This commit is contained in:
9
apps/website/lib/view-models/DeleteMediaViewModel.ts
Normal file
9
apps/website/lib/view-models/DeleteMediaViewModel.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Delete Media View Model
|
||||
*
|
||||
* Represents the result of a media deletion operation
|
||||
*/
|
||||
export interface DeleteMediaViewModel {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user