/** @group Interfaces */ export default interface Track { id: string; active: boolean; }