Interface IEditFeed

interface IEditFeed {
    id: string;
    title: string;
}

Properties

Properties

id: string

The feed's ID or URL. Stream ID form optional. (param=s)

title: string

Feed display name/title. (param=t)