Type Alias Mod

Mod: {
    acronym: string;
    settings?: {
        [k: string]: any;
    };
}