mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
docs(federation): 🐛 Update docs to match API changes
This commit is contained in:
parent
9c4bc08e2f
commit
0c7e59849a
2 changed files with 3 additions and 6 deletions
|
|
@ -38,7 +38,9 @@ try {
|
|||
}
|
||||
|
||||
// Types are also included for TypeScript users that don't use the extracted ones
|
||||
const validNoteObject: typeof EntityValidator.$Note = {
|
||||
import type { Note } from "@lysand-org/federation/types";
|
||||
|
||||
const validNoteObject: Note = {
|
||||
type: "Note",
|
||||
// ...
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue