Type alias NullTune

NullTune: {
    tune_type?: any;
}

A null tune so the tagged union works.

Type declaration

  • Optional tune_type?: any

Generated using TypeDoc