export interface GetLeagueAdminPermissionsResultDTO { canRemoveMember: boolean; canUpdateRoles: boolean; }