interface IValueData {
    browsers?: string[];
    description?: string | MarkupContent;
    name: string;
    references?: IReference[];
    status?: EntryStatus;
}

Properties

browsers?: string[]
description?: string | MarkupContent
name: string
references?: IReference[]
status?: EntryStatus