interface Payload {
    feedType: string;
    id: string;
    key: string;
    readTrackInfo: ReadTrackInfo;
    reason: string;
    type: string;
}

Properties

feedType: string
id: string
key: string
readTrackInfo: ReadTrackInfo
reason: string
type: string