Füge Docker- und Babel-Konfigurationen hinzu, aktualisiere Svelte- und Esbuild-Setups, erweitere Typdefinitionen und aktualisiere die README-Datei
This commit is contained in:
15
types/global.d.ts
vendored
15
types/global.d.ts
vendored
@@ -41,3 +41,18 @@ interface FileField {
|
||||
type: string
|
||||
size: number
|
||||
}
|
||||
|
||||
interface MedialibEntry {
|
||||
id: string
|
||||
// ...
|
||||
}
|
||||
|
||||
interface ContentEntry {
|
||||
id: string
|
||||
// ...
|
||||
}
|
||||
|
||||
interface ProductEntry {
|
||||
id: string
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user