mirror of
https://github.com/TxtDot/dalet.git
synced 2025-02-24 13:21:27 +03:00
fix: daletl body spec and types
This commit is contained in:
parent
bac4c25681
commit
1626ef38eb
6 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ All tags specification is in [Tags](./tags.md).
|
|||
```typescript
|
||||
interface Tag {
|
||||
id: number;
|
||||
body: Tag[] | null;
|
||||
body: string | Tag[] | null;
|
||||
argument: string | number | null;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue