IGPAPI
    Preparing search index...

    Interface ProfileTimelineItem

    Media item from the profile timeline GraphQL response.

    interface ProfileTimelineItem {
        media_type: number;
        pk: string;
        play_count?: number | null;
    }
    Index

    Properties

    media_type: number
    pk: string
    play_count?: number | null