Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { Category } from './Category';
|
||||
import type { DataUrl } from './DataUrl';
|
||||
export type RegistryInfo = {
|
||||
name: string | null;
|
||||
icon: DataUrl | null;
|
||||
categories: {
|
||||
[key: string]: Category;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user