Skip to content

Commit

Permalink
EMT-65: use date type
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Jan 27, 2020
1 parent 49d745c commit f5630f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/endpoint/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface EndpointResultList {

export interface EndpointMetadata {
event: {
created: string;
created: Date;
};
endpoint: {
policy: {
Expand Down

0 comments on commit f5630f2

Please sign in to comment.