Skip to main content

Interface: ImportReport

Defined in: issues.ts:53

Properties

expectedMedia

expectedMedia: string[];

Defined in: issues.ts:57

Bare filenames the host (or the OpenRosa manifest) must supply (docs/20 §2.8).


issues

issues: ImportIssue[];

Defined in: issues.ts:55


languages

languages: Record<string, string>;

Defined in: issues.ts:59

locale code → original header string, e.g. { ar: "Arabic (ar)" }.


pyxform?

optional pyxform?: object;

Defined in: issues.ts:61

Populated by the Node/CI export helper only; never by the importer.

code

code: number;

message

message: string;

summary

summary: ImportReportSummary;

Defined in: issues.ts:54