Interface AnnouncementStatus

interface AnnouncementStatus {
    id: string;
    url: string;
}

Properties

Properties

id: string
url: string