10000 refactor: add comment · netlify/blobs@7bbe0fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bbe0fa

Browse files
committed
refactor: add comment
1 parent 9c1db4a commit 7bbe0fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/store.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ interface NamedStoreOptions extends BaseStoreOptions {
1616
type StoreOptions = DeployStoreOptions | NamedStoreOptions
1717

1818
interface SetOptions {
19+
/**
20+
* Accepts an absolute date as a `Date` object, or a relative date as the
21+
* number of seconds from the current date.
22+
*/
1923
expiration?: Date | number
2024
}
2125

0 commit comments

Comments
 (0)
0