Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mchl18 committed Jan 16, 2025
1 parent 60e9b39 commit 80060ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export interface PwaOutputAssetTemplate extends OutputAssetTemplate {
}

export interface AndroidOutputAssetTemplate extends OutputAssetTemplate {
density?: AndroidDensity;
density: AndroidDensity;
}

export interface AndroidNotificationTemplate extends AndroidOutputAssetTemplate {
Expand Down

0 comments on commit 80060ed

Please sign in to comment.