Limited Edition
++ The limited edition Astronaut Figurine is the perfect gift for any Astro contributor. This + fully-poseable action figurine comes equipped with: +
++ * Dust not actually from the lunar surface +
+ + diff --git a/examples/request-nanostores/src/cookies.ts b/examples/request-nanostores/src/cookies.ts new file mode 100644 index 00000000..d9485c21 --- /dev/null +++ b/examples/request-nanostores/src/cookies.ts @@ -0,0 +1,28 @@ +import type { AstroCookies, AstroCookieSetOptions } from 'astro'; +import type { CartItem } from './cartStore'; + +type CartCookie = Record