view data fixes
This commit is contained in:
@@ -5,7 +5,9 @@ import { RemoveLeagueMemberOutputDTO } from '@/lib/types/generated/RemoveLeagueM
|
||||
*
|
||||
* Represents the result of removing a member from a league in a UI-ready format.
|
||||
*/
|
||||
export class RemoveMemberViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class RemoveMemberViewModel extends ViewModel {
|
||||
success: boolean;
|
||||
|
||||
constructor(dto: RemoveLeagueMemberOutputDTO) {
|
||||
|
||||
Reference in New Issue
Block a user