ssr
All checks were successful
deploy to production / deploy (push) Successful in 1m23s

This commit is contained in:
2023-12-15 12:35:45 +00:00
parent 35168ddaab
commit 241513e32f
20 changed files with 161 additions and 94 deletions

7
types/global.d.ts vendored
View File

@@ -6,7 +6,12 @@ interface ApiResult<T> {
data: T
count: number
}
interface Ssr {
id?: string
path: string
content: string
validUntil: any // go Time
}
interface ApiOptions {
method?: string
filter?: any