safari optimizations

This commit is contained in:
Julian Krauser 2024-11-10 08:29:08 +01:00
parent 8aef9266f6
commit 624af7cdc0
12 changed files with 35 additions and 25 deletions

View file

@ -12,7 +12,7 @@ export default interface ContentField
}
| {
type: "code";
children: Array<{ type: "list-item"; children: Array<TypeField> }>;
children: Array<TextField>;
language: "plaintext";
}
> {}