From a258250e7926effd002fb4351ce3069365b15881 Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Mon, 7 Jun 2021 08:45:06 -0400 Subject: [PATCH] Fix type error --- x-pack/plugins/fleet/public/types/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/fleet/public/types/index.ts b/x-pack/plugins/fleet/public/types/index.ts index 3917b21f267c38..f21552d68e77b6 100644 --- a/x-pack/plugins/fleet/public/types/index.ts +++ b/x-pack/plugins/fleet/public/types/index.ts @@ -75,6 +75,8 @@ export { GetEnrollmentAPIKeysResponse, GetEnrollmentAPIKeysRequest, GetOneEnrollmentAPIKeyResponse, + PostEnrollmentAPIKeyRequest, + PostEnrollmentAPIKeyResponse, // API schemas - Outputs GetOutputsResponse, PutOutputRequest,