TODO: Use interface from QC/Core when available

interface Timespan {
    endSeconds: number;
    id: string;
    metadata: Metadata[];
    startSeconds: number;
    type: string;
}

Properties

endSeconds: number
id: string
metadata: Metadata[]
startSeconds: number
type: string