mirror of
https://github.com/TxtDot/dalet.git
synced 2025-03-13 05:14:44 +03:00
fix: optimize daletpack strings, update types.ts
This commit is contained in:
parent
dc12c44895
commit
6a693821a9
4 changed files with 33 additions and 40 deletions
|
@ -1,4 +1,6 @@
|
|||
export type Page = Tag[];
|
||||
export interface Page {
|
||||
data: Tag[];
|
||||
}
|
||||
export type Body = string | Tag[] | null;
|
||||
export type Argument = string | number | null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue