UNPKG

@omnia/foundation

Version:

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

16 lines (15 loc) 385 B
export interface IAnnouncementIdentifier { title: string; description: string; expireDate: Date; announcementUrl: string; parentUrl: string; webUrl: string; webTitle: string; webLogo?: string; webTemplate?: string; lastModifiedTime?: Date; lastModifiedBy: string; isNew: boolean; lastModifiedByAccountName?: string; }