Skip to content

Commit

Permalink
Sync kit docs (sveltejs#906)
Browse files Browse the repository at this point in the history
sync kit docs

Co-authored-by: Rich-Harris <[email protected]>
  • Loading branch information
github-actions[bot] and Rich-Harris authored Dec 1, 2024
1 parent f7acf37 commit 4821d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ To include type declarations for your bindings, reference them in your `src/app.

```ts
/// file: src/app.d.ts
import { KVNamespace, DurableObjectNamespace } from '@cloudflare/workers-types';

declare global {
namespace App {
interface Platform {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ To include type declarations for your bindings, reference them in your `src/app.

```ts
/// file: src/app.d.ts
import { KVNamespace, DurableObjectNamespace } from '@cloudflare/workers-types';

declare global {
namespace App {
interface Platform {
Expand Down

0 comments on commit 4821d7c

Please sign in to comment.