Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 24, 2024
1 parent ca09a53 commit 5e778a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export interface PackagePolicyClient {
buildPackagePolicyFromPackage(
soClient: SavedObjectsClientContract,
pkgName: string,
options: { logger?: Logger; installMissingPackage?: boolean }
options?: { logger?: Logger; installMissingPackage?: boolean }
): Promise<NewPackagePolicy | undefined>;

runExternalCallbacks<A extends ExternalCallback[0]>(
Expand Down

0 comments on commit 5e778a5

Please sign in to comment.