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