Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 6, 2023
1 parent 78d1ebe commit a351d5c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@

import { HttpSetup } from '@kbn/core-http-browser';

/** A number > 0. */
/**
* A number > 0.
* @experimental
*/
export type Version = `${number}`;

/** @experimental */
export interface CreateClientArgs {
/** @experimental */
version: Version;
}

Expand Down

0 comments on commit a351d5c

Please sign in to comment.