interface JsonFormatSettings {
    contentSegmentation?: boolean;
    exportPattern?: string;
    srxStorageId?: number;
    type?: "i18next_json" | "nestjs_i18n";
}

Hierarchy (view full)

Properties

contentSegmentation?: boolean
exportPattern?: string
srxStorageId?: number
type?: "i18next_json" | "nestjs_i18n"