Type Alias PreampParams

PreampParams: {
    preamp?: MarshallParams | MesaBoogieParams | FenderParams;
    state?: boolean;
    type?: PreampType;
}