fix: verify and preview generated test images
This commit is contained in:
@@ -40,7 +40,7 @@ export type SettingsResponse = {
|
||||
categories: SettingCategory[];
|
||||
values: Record<string, unknown>;
|
||||
configured: Record<string, boolean>;
|
||||
tests: Record<string, { ok: boolean; message: string }>;
|
||||
tests: Record<string, { ok: boolean; message: string; details?: Record<string, unknown> }>;
|
||||
readiness: SettingsReadiness;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user