Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed May 23, 2023
1 parent 791f93e commit 225e260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { PackagePolicy, PackagePolicyConfigRecord } from '@kbn/fleet-plugin/comm
interface PolicyProps {
name?: string;
id: string;
configId: string;
configId?: string;
projectId?: string;
location: { name?: string; id?: string };
namespace?: string;
Expand Down

0 comments on commit 225e260

Please sign in to comment.