This commit is contained in:
7
types/global.d.ts
vendored
7
types/global.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user