UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension

13 lines (12 loc) 294 B
export interface IAnnouncementIdentifier { title: string; description: string; expireDate: Date; announcementUrl: string; parentUrl: string; webUrl: string; webTitle: string; lastModifiedTime?: Date; lastModifiedBy: string; isNew: boolean; }