/**
 * MFE app options.
 */
export interface MfeConfig {
    [mfeName: string]: string;
}
