import { TeamAction } from './teamAction';
export interface ActivateTeams extends TeamAction {
}
