Interface FeedIcon

interface FeedIcon {
    data: string;
    id: number;
    mime_type: string;
}

Properties

Properties

data: string
id: number
mime_type: string