backend & types
This commit is contained in:
7
types/global.d.ts
vendored
7
types/global.d.ts
vendored
@@ -25,3 +25,10 @@ interface ApiResult<T> {
|
||||
data: T
|
||||
count: number
|
||||
}
|
||||
|
||||
interface MediaLibrary {
|
||||
file: FileField
|
||||
alt: string
|
||||
title: string
|
||||
id: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user