fix(custom_types): fix custom types on storage provider (#722)

This commit is contained in:
Guy Ben-Aharon
2025-05-26 15:51:39 +03:00
committed by GitHub
parent beb015194f
commit 18012ddab1

View File

@@ -20,6 +20,7 @@ export interface StorageContext {
includeRelationships?: boolean;
includeDependencies?: boolean;
includeAreas?: boolean;
includeCustomTypes?: boolean;
}) => Promise<Diagram[]>;
getDiagram: (
id: string,