From f9e3951c142d1a117ae48f777adb1b1e371f02e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sousa=20Andrade?= <659718+joaosa@users.noreply.github.com> Date: Thu, 30 May 2024 17:00:55 +0100 Subject: [PATCH] fix: define blob type Co-authored-by: Alan Shaw --- w3-blob.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/w3-blob.md b/w3-blob.md index 7e408e7..1fa7d75 100644 --- a/w3-blob.md +++ b/w3-blob.md @@ -878,6 +878,8 @@ type ISO8601Date = string type GetBlobError = { message: string } + +type Blob = { /* ??? */ } ``` #### Get Cause