Skip to content

Commit 258ec8c

Browse files
remove toc
1 parent f109d91 commit 258ec8c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

blog/2025-02-14-typescript-sdk-release.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ This release is a big step forward, significantly improving the type safety of o
1212
- **Lexicon derived `is*` utility methods no longer unsafely type cast their input**.
1313
- **Lexicon derived `validate*` utility methods now return a more precise type**.
1414

15-
## Table of Contents
16-
17-
- [Table of Contents](#table-of-contents)
18-
- [Context](#context)
19-
- [Revamped TypeScript interfaces](#revamped-typescript-interfaces)
20-
- [`$type` property in `record` definitions](#type-property-in-record-definitions)
21-
- [`is*` utility methods](#is-utility-methods)
22-
- [`validate*` utility methods](#validate-utility-methods)
23-
- [New `asPredicate` function](#new-aspredicate-function)
24-
- [Removal of the `[x: string]` index signature](#removal-of-the-x-string-index-signature)
25-
- [Other considerations](#other-considerations)
26-
- [Recap](#recap)
27-
- [Migration TL;DR:](#migration-tldr)
28-
2915
## Context
3016

3117
Atproto is an "open protocol" which means a lot of things. One of these things is that the data structures handled through the protocol are extensible. Lexicons (which is the syntax used to define the schema of the data structures) can be used to describe placeholders where arbitrary data types (defined through third-party Lexicons) can be used.

0 commit comments

Comments
 (0)