src: Enable import of image_requests

This commit is contained in:
Anna Vítová 2024-09-03 21:51:39 +03:00 committed by Ondřej Ezr
parent 22c9b0c106
commit 3af0704a2f
5 changed files with 112 additions and 110 deletions

View file

@ -98,7 +98,7 @@ export type wizardState = {
blueprintDescription: string;
};
metadata?: {
parent_id: string;
parent_id: string | null;
exported_at: string;
};
};