import { Redirection } from './Redirection';

export interface WorkbenchRedirection extends Redirection {
    readonly workbenchId: string;
}
