import { Redirection } from './Redirection';
export interface ContentRedirection extends Redirection {
}
