Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
1 parent 8f326a3 commit 8ed9abe
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 88 deletions.
2 changes: 1 addition & 1 deletion web/docs/data-model/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Entity types are available everywhere, including the client code:
```ts
import { Task } from "wasp/entities"

export function ExamplePage() {}
export function ExamplePage() {
const task: Task = {
id: 123,
description: "Some random task",
Expand Down
Loading

0 comments on commit 8ed9abe

Please sign in to comment.