Skip to content

Commit

Permalink
Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Nov 7, 2024
1 parent 4c83dda commit b4ca16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export interface ServerWebAppManifest extends WebAppManifest {
export interface FileHandler {
action: string;
name: string;
icons?: ImageResource[];
accept: Record<string, Set<string> | string[]>;
}

Expand Down

0 comments on commit b4ca16f

Please sign in to comment.