export interface IMockOrInject {
    mock?: string;
    inject?: string;
    globalVar?: string;
}
