Merge commit '956468eb847754e701d207bae2a51a6a00ca7d56' into block-notes

This commit is contained in:
Oliver Walters
2026-06-01 09:16:12 +00:00
134 changed files with 51167 additions and 44760 deletions
@@ -10,6 +10,7 @@ export interface ModelInformationInterface {
url_detail?: string;
api_endpoint: ApiEndpoints;
admin_url?: string;
pk_field?: string;
supports_barcode?: boolean;
icon: keyof InvenTreeIconType;
}
+1
View File
@@ -15,6 +15,7 @@ export interface InstanceRenderInterface {
link?: boolean;
navigate?: any;
showSecondary?: boolean;
showHover?: boolean;
extra?: Record<string, any>;
}