Skip to content

Commit

Permalink
fix: define blob type
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
joaosa and Alan Shaw authored May 30, 2024
1 parent 0daf93f commit f9e3951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions w3-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,8 @@ type ISO8601Date = string
type GetBlobError = {
message: string
}
type Blob = { /* ??? */ }
```

#### Get Cause
Expand Down

0 comments on commit f9e3951

Please sign in to comment.