backend & types

This commit is contained in:
2024-01-27 18:58:35 +00:00
parent 1766b49268
commit 7d8a07e8c4
863 changed files with 5211 additions and 12778 deletions

7
types/global.d.ts vendored
View File

@@ -25,3 +25,10 @@ interface ApiResult<T> {
data: T
count: number
}
interface MediaLibrary {
file: FileField
alt: string
title: string
id: string
}