We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f88d37 commit c5aecf5Copy full SHA for c5aecf5
blog/2025-02-14-typescript-sdk-release.md
@@ -284,7 +284,7 @@ import { AppBskyEmbedImages } from '@atproto/api'
284
285
// Get a post from the API (the API's contract
286
// guarantees the validity of the data)
287
-declare const post: AppBskyEmbedImages.isMain
+declare const post: AppBskyEmbedImages.Main
288
289
// The `is*` utilities are an efficient way to
290
// discriminate **valid** data based on their `$type`
0 commit comments