Skip to content

Commit

Permalink
Remove un-used endpoing type (bad upstream merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Apr 13, 2020
1 parent 9627086 commit 5400b42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/plugins/endpoint/public/applications/endpoint/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,3 @@ export interface GetPolicyResponse extends GetOneDatasourceResponse {
export interface UpdatePolicyResponse extends UpdateDatasourceResponse {
item: PolicyData;
}

/**
* The PageId type is used for the payload when firing userNavigatedToPage actions
*/
export type PageId = 'alertsPage' | 'managementPage' | 'policyListPage';

0 comments on commit 5400b42

Please sign in to comment.