Skip to content

Commit

Permalink
fix(types): add managedManifest parameter in options (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjt authored Oct 1, 2024
1 parent 6601ebc commit 8b3b407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export interface Options<P extends SupportedPlatform = SupportedPlatform> {
glob?: boolean,
/** Specified log level. */
logLevel?: "error" | "warn" | "info" | "debug",
/** Managed manifest */
managedManifest?: boolean | string | object,
}

/** Platform-specific application options */
Expand Down

0 comments on commit 8b3b407

Please sign in to comment.