Skip to content

Commit

Permalink
tune docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 9, 2024
1 parent 3cf9cc5 commit 920aeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1102,9 +1102,9 @@ export interface DeviceidleOpts {
}

export interface SendTrimMemoryOpts {
/** The package name to send trimMemory event to */
/** The package name to send the `trimMemory` event to */
pkg: string;
/** The atual trim level */
/** The actual memory trim level to be sent */
level: 'COMPLETE' | 'MODERATE' | 'BACKGROUND' | 'UI_HIDDEN' | 'RUNNING_CRITICAL' | 'RUNNING_LOW' | 'RUNNING_MODERATE';
}

Expand Down

0 comments on commit 920aeb1

Please sign in to comment.