/** * A null tune so the tagged union works. */ export type NullTune = { tune_type?: any; };