UNPKG

@wbg-mde/model

Version:

Metadata Editor Model Definitions

23 lines (22 loc) 607 B
export declare class I18nResource { constructor(resourceInfo: any); isoCode: string; name: string; } export declare class I18nExportMetadata { constructor(resourceInfo: any); isoCode: string; name: string; editorSection: string; templateSection: string; baseTemplate: string; defaultTemplate: string; } export declare class I18nExportImportStatus { constructor(resourceInfo: any); resourceFile: boolean; editorSectionFile: boolean; templateSectionFile: boolean; baseTemplateFile: boolean; defaultTemplateFile: boolean; }