blob: 319c4d76458417fc29bc8f800b98632fb752d6fb [file] [log] [blame]
export interface Vulnerability {
id: String;
type: String;
status: String;
severity: String;
created: Date;
}