Skip to content

Commit

Permalink
fix expire type
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 20, 2024
1 parent eb8dcfa commit e21dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare namespace WebPorridge {
type StorageOptions = {
expires?: string;
expires?: number;
prop?: string;
};

Expand Down

0 comments on commit e21dc61

Please sign in to comment.