Skip to content

Commit

Permalink
Clarify type naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed May 3, 2021
1 parent 8fdc56b commit 2353909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/common/types/models/agent_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface FullAgentPolicyInput {
}

export interface FullAgentPolicyOutputPermissions {
[role: string]: {
[packagePolicyName: string]: {
cluster?: string[];
indices?: Array<{
names: string[];
Expand Down

0 comments on commit 2353909

Please sign in to comment.