Skip to content

Commit

Permalink
update public api
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed May 6, 2020
1 parent 485a4ee commit 02dac24
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,23 +700,28 @@ export function deepFreeze<T extends Freezable>(object: T): RecursiveReadonly<T>

// @internal (undocumented)
export const DEFAULT_APP_CATEGORIES: Readonly<{
analyze: {
kibana: {
id: string;
label: string;
euiIconType: string;
order: number;
};
observability: {
id: string;
label: string;
euiIconType: string;
order: number;
};
security: {
id: string;
label: string;
order: number;
euiIconType: string;
};
management: {
id: string;
label: string;
euiIconType: string;
order: number;
};
}>;

Expand Down

0 comments on commit 02dac24

Please sign in to comment.