Regenerate API reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 17:49:36 +01:00
parent 29b87812ba
commit e8d410d915
35 changed files with 192 additions and 190 deletions
+2 -2
View File
@@ -1792,8 +1792,8 @@ export const PageBlueprint: ExtensionBlueprint_2<{
title: string | undefined;
};
configInput: {
path?: string | undefined;
title?: string | undefined;
path?: string | undefined;
};
dataRefs: never;
}>;
@@ -2104,8 +2104,8 @@ export const SubPageBlueprint: ExtensionBlueprint_2<{
title: string | undefined;
};
configInput: {
path?: string | undefined;
title?: string | undefined;
path?: string | undefined;
};
dataRefs: never;
}>;