Interface TagFeedResponseOwner

interface TagFeedResponseOwner {
    name: string;
    pk: string;
    profile_pic_url: string;
    profile_pic_username: string;
    type: string;
}

Properties

name: string
pk: string
profile_pic_url: string
profile_pic_username: string
type: string